summaryrefslogtreecommitdiff
path: root/x11-wm/icewm/Makefile
diff options
context:
space:
mode:
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>