diff options
Diffstat (limited to 'net/smm++/Makefile')
-rw-r--r-- | net/smm++/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/smm++/Makefile b/net/smm++/Makefile index 27d9c80a30a1..8bd9c73a351c 100644 --- a/net/smm++/Makefile +++ b/net/smm++/Makefile @@ -6,19 +6,19 @@ # PORTNAME= smm++ -PORTVERSION= 5r0 -PORTREVISION= 1 +PORTVERSION= 5.1 CATEGORIES= net -MASTER_SITES= http://www.issever.de/smm/downloads/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= smm DISTNAME= smm MAINTAINER= edwin@mavetju.org RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets3.0.0/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets \ - ${LOCALBASE}/bin/itkwish:${PORTSDIR}/x11-toolkits/itk \ - ${LOCALBASE}/bin/itclsh:${PORTSDIR}/lang/itcl + ${LOCALBASE}/lib/libitk32.so:${PORTSDIR}/x11-toolkits/itk \ + ${LOCALBASE}/lib/libitcl32.so:${PORTSDIR}/lang/itcl -WRKSRC= ${WRKDIR}/smm5r0/Install.unix +WRKSRC= ${WRKDIR}/smm/Install.unix USE_GMAKE= yes do-configure: |