summaryrefslogtreecommitdiffstats
path: root/x11-wm/windowmaker/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-05-14 18:59:27 +0000
committersobomax <sobomax@FreeBSD.org>2001-05-14 18:59:27 +0000
commit53aed4e8baa5d4b537106012967a6feb432a4a7f (patch)
tree5c1ee0ae8d0cafdc5119b6aed5591b226cbc1809 /x11-wm/windowmaker/Makefile
parent957ca80909e0eb0c2e65b1b7dfd02834ae49b378 (diff)
downloadFreeBSD-ports-53aed4e8baa5d4b537106012967a6feb432a4a7f.zip
FreeBSD-ports-53aed4e8baa5d4b537106012967a6feb432a4a7f.tar.gz
Update to 0.65.0.
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-rw-r--r--x11-wm/windowmaker/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index 4533e27..fc25d94 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= windowmaker
-PORTVERSION= 0.64.0
+PORTVERSION= 0.65.0
CATEGORIES= x11-wm windowmaker
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \
http://jgo.local.net/cool_downloads/wm/ \
@@ -14,7 +14,6 @@ MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \
MASTER_SITE_SUBDIR= beta/srcs
DISTNAME= WindowMaker-${PORTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- libwmfun-${PORTVERSION}${EXTRACT_SUFX} \
${DATAFILES}
MAINTAINER= sobomax@FreeBSD.org
@@ -24,7 +23,8 @@ LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
png.4:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
PropList.2:${PORTSDIR}/devel/libPropList \
- intl.1:${PORTSDIR}/devel/gettext
+ intl.1:${PORTSDIR}/devel/gettext \
+ Hermes.1:${PORTSDIR}/graphics/Hermes
USE_BZIP2= yes
USE_PERL5= yes
@@ -42,6 +42,7 @@ CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \
--with-libs-from="-L${LOCALBASE}/lib" \
--with-incs-from="-I${LOCALBASE}/include" \
--with-appspath="${PREFIX}/GNUstep/Apps" \
+ --enable-hermes \
--disable-debug
MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x wdwrite.1x \
@@ -65,10 +66,6 @@ pre-extract:
@${ECHO} "You can add hooks for KDE by defining WITH_KDE"
.endif
-.if defined(WITH_SINGLE_ICON)
-CONFIGURE_ARGS+= --enable-single-icon
-.endif
-
post-patch:
@perl -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c \
${WRKSRC}/WindowMaker/Defaults/*
OpenPOWER on IntegriCloud