aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/icewm/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-03-17 19:19:08 +0800
committervanilla <vanilla@FreeBSD.org>2001-03-17 19:19:08 +0800
commit79d84bc9ff1d66835fea9ac1cb27765a610adbea (patch)
tree52dd4ebafe11ae6a8f91f029299fdd1a4563eaa4 /x11-wm/icewm/Makefile
parent2ee0d325d932b6601ab115177ead39620d58b66d (diff)
downloadfreebsd-ports-gnome-79d84bc9ff1d66835fea9ac1cb27765a610adbea.tar.gz
freebsd-ports-gnome-79d84bc9ff1d66835fea9ac1cb27765a610adbea.tar.zst
freebsd-ports-gnome-79d84bc9ff1d66835fea9ac1cb27765a610adbea.zip
Upgrade to 1.0.7.
Diffstat (limited to 'x11-wm/icewm/Makefile')
-rw-r--r--x11-wm/icewm/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index d38005ef98ff..689bac62988f 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= icewm
-PORTVERSION= 1.0.6
+PORTVERSION= 1.0.7
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION}-4
+DISTNAME= ${PORTNAME}-${PORTVERSION}-7
MAINTAINER= nakai@FreeBSD.org
@@ -26,7 +26,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-i18n --enable-nls \
--with-cfgdir=${PREFIX}/share/icewm \
- --with-libdir=${PREFIX}/share/icewm
+ --with-libdir=${PREFIX}/share/icewm \
+ --with-kdedatadir=${LOCALBASE}/share \
+ --with-docdir=${PREFIX}/share/doc
.include <bsd.port.pre.mk>