diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-02 03:57:58 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-02 03:57:58 +0000 |
commit | 312af7e6b077e8e68d3e93b0d85d0e788f239dfe (patch) | |
tree | 406a9c6084c1f8d394fe3c40169af8093bbcbfbd /biology/spdbv/Makefile | |
parent | 8f24583560917cd5d6e677445ac86724b107d4b4 (diff) | |
download | FreeBSD-ports-312af7e6b077e8e68d3e93b0d85d0e788f239dfe.zip FreeBSD-ports-312af7e6b077e8e68d3e93b0d85d0e788f239dfe.tar.gz |
upgrade to 3.7
PR: 44957
Submitted by: maintainer
Diffstat (limited to 'biology/spdbv/Makefile')
-rw-r--r-- | biology/spdbv/Makefile | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/biology/spdbv/Makefile b/biology/spdbv/Makefile index 003a5ce..e7926ec 100644 --- a/biology/spdbv/Makefile +++ b/biology/spdbv/Makefile @@ -6,27 +6,29 @@ # PORTNAME= spdbv -PORTVERSION= 37b2 +PORTVERSION= 3.7 CATEGORIES= biology MASTER_SITES= http://au.expasy.org/spdbv/program/ \ - http://www.expasy.org/spdbv/program/ \ - http://tw.expasy.org/spdbv/program/ \ - http://cn.expasy.org/spdbv/program/ \ - http://ca.expasy.org/spdbv/program/ \ - http://kr.expasy.org/spdbv/program/ \ - http://inn-prot.weizmann.ac.il/spdbv/program/\ - http://www.usm.maine.edu/spdbv/program/ \ - http://www.genebee.msu.ru/spdbv/program/ -DISTNAME= ${PORTNAME}${PORTVERSION}_IRIX_Linux + http://www.expasy.org/spdbv/program/ \ + http://tw.expasy.org/spdbv/program/ \ + http://cn.expasy.org/spdbv/program/ \ + http://ca.expasy.org/spdbv/program/ \ + http://kr.expasy.org/spdbv/program/ \ + http://inn-prot.weizmann.ac.il/spdbv/program/\ + http://www.usm.maine.edu/spdbv/program/ \ + http://www.genebee.msu.ru/spdbv/program/ +DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//}-Linux MAINTAINER= chuynh@biolateral.com.au -RUN_DEPENDS= ${LINUXBASE}${X11BASE}/lib/libMesaGL.so.3:${PORTSDIR}/graphics/linux_mesa3 +RUN_DEPENDS= ${LINUXBASE}${X11BASE}/lib/libMesaGL.so.3:${PORTSDIR}/graphics/linux_mesa3 \ + ${LINUXBASE}${X11BASE}/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif SPDBV= SPDBV WRKSRC= ${WRKDIR}/SPDBV_DISTRIBUTION +USE_LINUX= yes NO_BUILD= yes NO_CDROM= "Must be downloaded direct from Expasy via www interface" |