aboutsummaryrefslogtreecommitdiff
path: root/net/smm++/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-07-03 23:29:15 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-07-03 23:29:15 +0000
commit198f289b4744fc2d68c1ee1069d967f57936be4a (patch)
treec7764656b4d0e3d82b441da2d4a01d3f58f34626 /net/smm++/Makefile
parent9465c6d422708c9cdf639e738ad92c6f3c577452 (diff)
downloadports-198f289b4744fc2d68c1ee1069d967f57936be4a.tar.gz
ports-198f289b4744fc2d68c1ee1069d967f57936be4a.zip
Update to 6.1.1
Fix dependency on libitk.
Notes
Notes: svn path=/head/; revision=166876
Diffstat (limited to 'net/smm++/Makefile')
-rw-r--r--net/smm++/Makefile11
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"