diff options
author | steve <steve@FreeBSD.org> | 1999-06-08 23:59:02 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-08 23:59:02 +0000 |
commit | dfbcaeca7c7eeb2504a5c1aa23b97a1fa529cdda (patch) | |
tree | a27fa41ad0e16dabc24fc778e200513ca183c333 /x11-wm/icewm/Makefile | |
parent | cd67bb9978e117dbacdffcd1da011f7d19ee5fac (diff) | |
download | FreeBSD-ports-dfbcaeca7c7eeb2504a5c1aa23b97a1fa529cdda.zip FreeBSD-ports-dfbcaeca7c7eeb2504a5c1aa23b97a1fa529cdda.tar.gz |
Update to version 0.9.41.
PR: 11861
Submitted by: Chris Piazza <cpiazza@home.net>
Diffstat (limited to 'x11-wm/icewm/Makefile')
-rw-r--r-- | x11-wm/icewm/Makefile | 33 |
1 files changed, 6 insertions, 27 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 14fe9ba..2461ae0 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> |