pkgsrc/biology/plinkseq/Makefile
asau f380f51377 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.
2012-11-01 04:06:21 +00:00

25 lines
680 B
Makefile

# $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"