diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-07-20 10:00:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-07-20 10:00:35 +0000 |
commit | dab2d24c2b6c72960bd6c01c9578fa2a002a82b6 (patch) | |
tree | e53f1cd49ca29b6c3029efc2eefb366512646268 /science/bblimage/Makefile | |
parent | cd4f1bcea25882cecf69a609383275b9cd2a91bb (diff) | |
download | ports-dab2d24c2b6c72960bd6c01c9578fa2a002a82b6.tar.gz ports-dab2d24c2b6c72960bd6c01c9578fa2a002a82b6.zip |
Notes
Diffstat (limited to 'science/bblimage/Makefile')
-rw-r--r-- | science/bblimage/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/bblimage/Makefile b/science/bblimage/Makefile index a0f468545ca4..35609b224d2f 100644 --- a/science/bblimage/Makefile +++ b/science/bblimage/Makefile @@ -10,7 +10,8 @@ PORTNAME= bblimage PORTVERSION= 0.66 PORTREVISION= 1 CATEGORIES= science -MASTER_SITES= http://www.med.upenn.edu/bbl/software/files/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= miwi EXTRACT_SUFX= .src.tgz MAINTAINER= ports@FreeBSD.org @@ -22,6 +23,7 @@ USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lapack --with-python USE_GMAKE= yes +INSTALLS_SHLIB= yes MAN1= anonbblanz.1 bblimage.1 binnseg.1 conseg.1 decomment.1 dumpbblanz.1 \ imstack.1 inleav2.1 lovar.1 qdv.1 rpsamp.1 skmiv.1 swab.1 usb2uc.1 \ |