- Switch to USES=libtool, drop .la files

- Fix shebangs

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-07-22 22:12:15 +00:00
parent 83390a8b7f
commit 646f175619
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362596
2 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= plinkseq
PORTVERSION= 0.08
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= biology science
MASTER_SITES= http://atgu.mgh.harvard.edu/${PORTNAME}/dist/version-${PORTVERSION}/
@ -14,7 +14,8 @@ LICENSE= GPLv2
LIB_DEPENDS= libprotobuf.so:${PORTSDIR}/devel/protobuf
USES= dos2unix
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}

View file

@ -7,6 +7,6 @@ bin/pbrowse
bin/pbrowse.cgi
bin/pseq
bin/tab2vcf
lib/libplinkseq.la
lib/libplinkseq.so
lib/libplinkseq.so.0
lib/libplinkseq.so.0.0.0