1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/biology/plink/Makefile
Gerald Pfeifer 2291db64ec Fix the build with more standards-compliant compilers such as GCC 4.7. [1]
On the way replace USE_GMAKE by USES=gmake.

PR:		184566 [1], 182136
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net> [1]
Approved by:	maintainer (Jason Bacon <jwbacon@tds.net>) [1]
2013-12-13 09:34:40 +00:00

30 lines
621 B
Makefile

# Created by: Jason Bacon <jwbacon@tds.net>
# $FreeBSD$
PORTNAME= plink
PORTVERSION= 1.07
PORTREVISION= 1
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= liblapack.so:${PORTSDIR}/math/lapack
USES= gmake
USE_ZIP= yes
USE_FORTRAN= yes # Make it use the same compiler as lapack
PLIST_FILES= bin/plink
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/plink ${PREFIX}/bin
.include <bsd.port.mk>