diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-07-25 08:12:21 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-07-25 08:12:21 +0000 |
commit | c925442c4b6b4a8bcd8b0ac3ada15cacc0fc2a87 (patch) | |
tree | 63ebadb3c7acaa58b163347215a6051999f1e6be /x11-wm/windowmaker/Makefile | |
parent | b5d79e7075a4769f592f4cc7483dc9c298c25f62 (diff) |
Notes
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 211311cab9ad..eaa87e913752 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -6,7 +6,7 @@ # PORTNAME= windowmaker -PORTVERSION= 0.91.0 +PORTVERSION= 0.92.0 CATEGORIES= x11-wm windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} MASTER_SITE_SUBDIR= source/release @@ -35,7 +35,7 @@ CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ --with-nlsdir=${PREFIX}/share/locale \ --with-libs-from="-L${LOCALBASE}/lib" \ --with-incs-from="-I${LOCALBASE}/include" \ - --with-appspath="${PREFIX}/GNUstep/Apps" \ + --with-gnustepdir="${PREFIX}/GNUstep" \ --disable-debug INSTALLS_SHLIB= yes @@ -43,18 +43,12 @@ MANLANG= "" sk MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x wdwrite.1x \ wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x -OPTIONS= KDE "Add hooks for kde support" off \ - XINERAMA "Enable xinerama support" off \ +OPTIONS= XINERAMA "Enable xinerama support" off \ XKB_STATUS "XKB keyboard language status support" off \ - WM_LINGUAS "Enable support for additional locales" off \ - WM_VDESKTOP "Experts only!" off + WM_LINGUAS "Enable support for additional locales" off .include <bsd.port.pre.mk> -.if defined(WITH_KDE) || defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --enable-kde -.endif - .if defined(WITH_XINERAMA) || defined(PACKAGE_BUILDING) CONFIGURE_ARGS+= --enable-xinerama .endif @@ -71,15 +65,9 @@ PLIST_SUB= WM_LINGUAS="" PLIST_SUB= WM_LINGUAS="@comment " .endif -.if defined(WITH_WM_VDESKTOP) -CONFIGURE_ARGS+= --enable-vdesktop -.endif - post-patch: - @${REINPLACE_CMD} -e "s|TW\.Big5|TW|g" ${WRKSRC}/configure @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c @${REINPLACE_CMD} -e "s|%%PERL%%|${PERL}|g" ${WRKSRC}/util/wm-oldmenu2new - @${REINPLACE_CMD} -e "s|-version-info 3:|-version-info 4:|g" ${WRKSRC}/wrlib/Makefile.in @${REINPLACE_CMD} -e "s|Trebuchet MS,Luxi Sans|sans|g" ${WRKSRC}/WindowMaker/Defaults/WMGLOBAL @${REINPLACE_CMD} -e "s|/usr/local/GNUstep|${PREFIX}/GNUstep|g" \ ${WRKSRC}/WindowMaker/*menu* |