diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-07-03 23:29:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-07-03 23:29:15 +0000 |
commit | 198f289b4744fc2d68c1ee1069d967f57936be4a (patch) | |
tree | c7764656b4d0e3d82b441da2d4a01d3f58f34626 /net/smm++/Makefile | |
parent | 9465c6d422708c9cdf639e738ad92c6f3c577452 (diff) | |
download | ports-198f289b4744fc2d68c1ee1069d967f57936be4a.tar.gz ports-198f289b4744fc2d68c1ee1069d967f57936be4a.zip |
Notes
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 f6c70d315ac4..2f879a7498ac 100644 --- a/net/smm++/Makefile +++ b/net/smm++/Makefile @@ -6,23 +6,26 @@ # PORTNAME= smm++ -PORTVERSION= 6.0 -PORTREVISION= 3 +PORTVERSION= 6.1.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= smm -DISTNAME= smm +DISTNAME= smm611 +EXTRACT_SUFX= .tgz MAINTAINER= edwin@mavetju.org COMMENT= Graphical mudclient with mapper RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets4.0.1/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets -BUILD_DEPENDS= ${LOCALBASE}/lib/libitk32.so:${PORTSDIR}/x11-toolkits/itk \ +BUILD_DEPENDS= ${LOCALBASE}/lib/libitk.so:${PORTSDIR}/x11-toolkits/itk \ ${LOCALBASE}/lib/libitcl.so.3:${PORTSDIR}/lang/itcl WRKSRC= ${WRKDIR}/smm/Install.unix USE_GMAKE= yes +post-extract: + ${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf + do-configure: @echo "No configure needed" |