diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-07-15 23:24:10 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-07-15 23:24:10 +0800 |
commit | 0ae8ff1ff43968d7121542273ef133e87c71b48c (patch) | |
tree | 046288ecbc1b5662de16136da2e788d126655f53 /net/smm++/Makefile | |
parent | f4cb9910ac81195594f538e8f9e5fc227632bdb0 (diff) | |
download | freebsd-ports-gnome-0ae8ff1ff43968d7121542273ef133e87c71b48c.tar.gz freebsd-ports-gnome-0ae8ff1ff43968d7121542273ef133e87c71b48c.tar.zst freebsd-ports-gnome-0ae8ff1ff43968d7121542273ef133e87c71b48c.zip |
Update to version 5r0
PR: 28984
Submitted by: MAINTAINER
Diffstat (limited to 'net/smm++/Makefile')
-rw-r--r-- | net/smm++/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net/smm++/Makefile b/net/smm++/Makefile index 050f5d6894bc..37135e65cbdb 100644 --- a/net/smm++/Makefile +++ b/net/smm++/Makefile @@ -6,9 +6,9 @@ # PORTNAME= smm++ -PORTVERSION= 4r4 +PORTVERSION= 5r0 CATEGORIES= net -MASTER_SITES= http://www.physik.uni-dortmund.de/~issevers/SMM++/downloads/ +MASTER_SITES= http://www.issever.de/smm/downloads/ DISTNAME= smm MAINTAINER= edwin@mavetju.org @@ -17,7 +17,10 @@ RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets3.0.0/iwidgets.tcl:${PORTSDIR}/x11-toolkit ${LOCALBASE}/bin/itkwish:${PORTSDIR}/x11-toolkits/itk \ ${LOCALBASE}/bin/itclsh:${PORTSDIR}/lang/itcl -WRKSRC= ${WRKDIR}/smm4r4 -NO_BUILD= yes +WRKSRC= ${WRKDIR}/smm5r0/Install.unix +USE_GMAKE= yes + +do-configure: + @echo "No configure needed" .include <bsd.port.mk> |