freebsd-ports/biology/plinkseq/Makefile
Dmitry Marakasov 646f175619 - Switch to USES=libtool, drop .la files
- Fix shebangs

Approved by:	portmgr blanket
2014-07-22 22:12:15 +00:00

30 lines
813 B
Makefile

# Created by: Jason Bacon <jwbacon@tds.net>
# $FreeBSD$
PORTNAME= plinkseq
PORTVERSION= 0.08
PORTREVISION= 2
CATEGORIES= biology science
MASTER_SITES= http://atgu.mgh.harvard.edu/${PORTNAME}/dist/version-${PORTVERSION}/
MAINTAINER= jwbacon@tds.net
COMMENT= Toolset for working with human genetic variation data
LICENSE= GPLv2
LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf
USES= dos2unix libtool shebangfix
SHEBANG_FILES= ${WRKSRC}/browser/pbrowse.in ${WRKSRC}/index/index.in
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-protobuf=${LOCALBASE}
post-patch:
${REINPLACE_CMD} -e 's|PF_INET|AF_INET|g' ${WRKSRC}/browser/mongoose.c
${REINPLACE_CMD} -e 's|-ldl||g' \
${WRKSRC}/browser/Makefile.in \
${WRKSRC}/client/Makefile.in \
${WRKSRC}/index/Makefile.in
.include <bsd.port.mk>