pkgsrc-wip/jellyfish/Makefile

50 lines
1.4 KiB
Makefile

# $NetBSD$
#
###########################################################
# Generated by fbsd2pkg #
###########################################################
###########################################################
# Unconverted and partially converted FreeBSD port syntax:
## Variable length arrays
#USE_GCC= yes
## GCC? -Wl,-rpath=${PREFIX}
#post-stage:
# ${MV} ${DESTDIR}${PREFIX}/lib/pkgconfig/* \
# ${DESTDIR}${PREFIX}/libdata/pkgconfig
DISTNAME= jellyfish-${PORTVERSION}
CATEGORIES= biology
MASTER_SITES= http://www.cbcb.umd.edu/software/jellyfish/
MAINTAINER= bacon@NetBSD.org
HOMEPAGE= http://www.genome.umd.edu/jellyfish.html
COMMENT= Fast, memory-efficient counting of k-mers in DNA
# Double-check this
LICENSE= gnu-gpl-v3
# Test and change if necessary.
# MAKE_JOBS_SAFE= no
# Just assuming C and C++: Adjust this!
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PORTVERSION= 1.1.11
# 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.
# INSTALLATION_DIRS= bin lib ${PKGMANDIR}/man1 share/doc share/examples
# Linux doesn't have zlib in the base, so just in case...
# .include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"