head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.05.54.52;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.09.27.09.59.25;	author makc;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# Created by: Jason Bacon <jwbacon@@tds.net>
# $FreeBSD: head/biology/plink/Makefile 304954 2012-09-27 09:59:25Z makc $

PORTNAME=	plink
PORTVERSION=	1.07
CATEGORIES=	biology science
MASTER_SITES=	http://pngu.mgh.harvard.edu/~purcell/plink/dist/
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	jwbacon@@tds.net
COMMENT=	Whole genome association analysis toolset

LICENSE=	GPLv2

LIB_DEPENDS=	lapack:${PORTSDIR}/math/lapack

USE_ZIP=	yes
USE_GMAKE=	yes
USE_FORTRAN=	yes	# Make it use the same compiler as lapack

PLIST_FILES=	bin/plink

do-install:
	${MKDIR} ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/plink ${PREFIX}/bin

.include <bsd.port.mk>
@


1.1
log
@SVN rev 304954 on 2012-09-27 09:59:25Z by makc

Add new ports biology/plink [1] and biology/plinkseq [2]:

PLINK is a free, open-source whole genome association analysis toolset.
PLINK/SEQ is an open-source C/C++ library for working with human
genetic variation data.

PR:		ports/171918 [1]
PR:		ports/171922 [2]
Submitted by:	Jason Bacon <jwbacon at tds.net>
@
text
@d2 1
a2 1
# $FreeBSD$
@

