diff options
author | asau <asau> | 2012-11-01 04:06:21 +0000 |
---|---|---|
committer | asau <asau> | 2012-11-01 04:06:21 +0000 |
commit | 29919872e7d45338f2d123dcb5e87c1e39104643 (patch) | |
tree | a415bb8d387fc50900dd62e6210bfb01ceec98b7 /biology/plinkseq/Makefile | |
parent | 3c84adef33e5c57d5dabfc86baee1e437b58eb3e (diff) | |
download | pkgsrc-29919872e7d45338f2d123dcb5e87c1e39104643.tar.gz |
Import PLINK/SEQ version 0.08 as biology/plinkseq
Packaged by Jason Bacon for pkgsrc-wip.
PLINK/SEQ is an open-source C/C++ library for working with human genetic
variation data. The specific focus is to provide a platform for analytic tool
development for variation data from large-scale resequencing and genotyping
projects, particularly whole-exome and whole-genome studies. It is independent
of (but designed to be complementary to) the existing PLINK package.
Diffstat (limited to 'biology/plinkseq/Makefile')
-rw-r--r-- | biology/plinkseq/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/biology/plinkseq/Makefile b/biology/plinkseq/Makefile new file mode 100644 index 00000000000..2578471abd2 --- /dev/null +++ b/biology/plinkseq/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2012/11/01 04:06:21 asau Exp $ + +DISTNAME= plinkseq-0.08 +CATEGORIES= biology +MASTER_SITES= http://atgu.mgh.harvard.edu/plinkseq/dist/version-0.08/ + +MAINTAINER= jwbacon@tds.net +HOMEPAGE= http://atgu.mgh.harvard.edu/plinkseq/ +COMMENT= C/C++ library for working with human genetic variation data +LICENSE= gnu-gpl-v2 # Assuming same as plink. No info on web. + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_LANGUAGES= c c++ +USE_TOOLS= bash:run +REPLACE_BASH= browser/pbrowse.in index/index.in + +.include "../../mk/bsd.prefs.mk" + +.if $(OPSYS) != "Linux" +BUILDLINK_TRANSFORM= rm:-ldl +.endif + +.include "../../devel/protobuf/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |