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/Makefile33
1 files changed, 6 insertions, 27 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 14fe9babed29..2461ae033cb5 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: icewm
-# Version required: 0.9.39
+# Version required: 0.9.41
# Date created: 10 August 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.36 1999/05/16 23:20:18 mharo Exp $
+# $Id: Makefile,v 1.37 1999/06/07 01:57:36 steve Exp $
#
-DISTNAME= icewm-0.9.39
+DISTNAME= icewm-0.9.41
CATEGORIES= x11-wm
MASTER_SITES= http://www.kiss.uni-lj.si/~k4fr0235/icewm/devel/ \
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/icewm/
@@ -19,39 +19,18 @@ LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs
.endif
LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm
+GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
-ICEOPTION= --with-shape
.if defined(USE_I18N)
-ICEOPTION+= --with-i18n
-.endif
-.if defined(XLOCALE)
-ICEOPTION+= --with-xlocale
-.endif
-.if defined(GNOME)
-ICEOPTION+= --with-imlib --with-gnome --with-sm
-.endif
-
-pre-patch:
-.if defined(TITLE_BOTTOM)
- @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-titlebottom
-.else
- @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-titletop
+CONFIGURE_ARGS+= --enable-i18n
.endif
.if defined(GNOME)
- @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-gnome
+ICEOPTION+= --with-imlib --with-gnome
.endif
-do-configure:
- ( cd ${WRKSRC}; env X11BASE="${X11BASE}" CXX="${CXX}" \
- CXXFLAGS="${CXXFLAGS}" \
- ${SH} config ${ICEOPTION} )
-
post-install:
${INSTALL_DATA} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar
- strip ${PREFIX}/bin/icewm
- strip ${PREFIX}/bin/icewmbg
- strip ${PREFIX}/bin/icewmhint
.include <bsd.port.mk>