pkgsrc-wip/scythe/Makefile

60 lines
1.6 KiB
Makefile

# $NetBSD$
#
###########################################################
# Generated by fbsd2pkg #
###########################################################
###########################################################
# Unconverted and partially converted FreeBSD port syntax:
## Created by: Dan Siercks
## $FreeBSD$
#PLIST_FILES= bin/scythe
#do-install:
# ${INSTALL_PROGRAM} ${WRKSRC}/scythe \
# ${DESTDIR}${PREFIX}/bin
#.include <bsd.port.mk>
DISTNAME= scythe-${PORTVERSION}
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_GITHUB:=vsbuffalo/}
GITHUB_PROJECT= scythe
GITHUB_TAG= 20d3cff7d7f483bd779aff75f861e93708c0a2b5
MAINTAINER= dsiercks@uwm.edu
HOMEPAGE= https://github.com/vsbuffalo/scythe
COMMENT= 3'-end adapter contaminant trimmer
# Check this
LICENSE= gnu-gpl-v2
# Test and change if necessary.
# MAKE_JOBS_SAFE= no
# Just assuming C and C++: Adjust this!
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
WRKSRC= ${WRKDIR}/scythe-${GITHUB_TAG}
PORTVERSION= 2016.02.10
#DATADIR= ${PREFIX}/share/scythe
#DOCSDIR= ${PREFIX}/share/doc/scythe
# Sets OPSYS, OS_VERSION, MACHINE_ARCH, etc..
# .include "../../mk/bsd.prefs.mk"
# Keep this if there are user-selectable options.
# .include "options.mk"
# Specify which directories to create before install.
# You should only need this if using your own install target.
INSTALLATION_DIRS= bin
AUTO_MKDIRS= yes
do-install:
# ${MKDIR} ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/scythe ${DESTDIR}${PREFIX}/bin
# Linux doesn't have zlib in the base, so just in case...
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"