aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/icewm/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-17 11:19:08 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-17 11:19:08 +0000
commitad442dae430d22f892196a31ab3131617f81cc86 (patch)
treea13d1fbda54cdca2410ca8b7a0110f25837883c0 /x11-wm/icewm/Makefile
parent384377aff8b2a3ca1aede0e891e41dae90c4e43a (diff)
downloadports-ad442dae430d22f892196a31ab3131617f81cc86.tar.gz
ports-ad442dae430d22f892196a31ab3131617f81cc86.zip
Notes
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>