diff options
author | oliver <oliver@FreeBSD.org> | 2003-10-19 14:13:49 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-10-19 14:13:49 +0800 |
commit | 78147431741f345cfb58969fceb4cd89f8107088 (patch) | |
tree | c92e47185979dcd4a19f67cea6690812346e08c8 /x11-wm/xfce4-wm | |
parent | 2bab7fe11b0420b1b59fcf965f9492fd7b56dd4a (diff) | |
download | freebsd-ports-gnome-78147431741f345cfb58969fceb4cd89f8107088.tar.gz freebsd-ports-gnome-78147431741f345cfb58969fceb4cd89f8107088.tar.zst freebsd-ports-gnome-78147431741f345cfb58969fceb4cd89f8107088.zip |
- Get the translations installed (Make configure able to detect
gettext and add it to LIB_DEPENDS.). [1]
- INSTALLS_SHLIB added to the Makefile (Only in case a library
get installed by the port.)
- remove NO_FILTER_SHLIB
- Replaced GNU_CONFIGURE with USE_LIBTOOL if INSTALLS_SHLIB was
set in the Makefile
- bump PORTREVISION
Noted By: Dinesh Nadarajah <dinesh_list@sbcglobal.net> [1]
Diffstat (limited to 'x11-wm/xfce4-wm')
-rw-r--r-- | x11-wm/xfce4-wm/Makefile | 10 | ||||
-rw-r--r-- | x11-wm/xfce4-wm/pkg-plist | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile index 838166356c05..9e05b11fa81d 100644 --- a/x11-wm/xfce4-wm/Makefile +++ b/x11-wm/xfce4-wm/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-wm PORTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ @@ -17,7 +18,8 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 window manager BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager @@ -25,8 +27,12 @@ RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager USE_GNOME= gtk20 USE_X_PREFIX= yes USE_XPM= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-xinerama +CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ + CPPFLAGS=-I${LOCALBASE}/include \ + LIBS=-L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/x11-wm/xfce4-wm/pkg-plist b/x11-wm/xfce4-wm/pkg-plist index 2b56043d2aa8..7b1233361cc7 100644 --- a/x11-wm/xfce4-wm/pkg-plist +++ b/x11-wm/xfce4-wm/pkg-plist @@ -5,6 +5,26 @@ lib/xfce4/mcs-plugins/margins_plugin.so lib/xfce4/mcs-plugins/xfwm4_plugin.a lib/xfce4/mcs-plugins/xfwm4_plugin.la lib/xfce4/mcs-plugins/xfwm4_plugin.so +share/locale/ar/LC_MESSAGES/xfwm4.mo +share/locale/ca/LC_MESSAGES/xfwm4.mo +share/locale/de/LC_MESSAGES/xfwm4.mo +share/locale/es/LC_MESSAGES/xfwm4.mo +share/locale/es_MX/LC_MESSAGES/xfwm4.mo +share/locale/fi/LC_MESSAGES/xfwm4.mo +share/locale/fr/LC_MESSAGES/xfwm4.mo +share/locale/hu/LC_MESSAGES/xfwm4.mo +share/locale/ja/LC_MESSAGES/xfwm4.mo +share/locale/ko/LC_MESSAGES/xfwm4.mo +share/locale/lt/LC_MESSAGES/xfwm4.mo +share/locale/ms/LC_MESSAGES/xfwm4.mo +share/locale/nl/LC_MESSAGES/xfwm4.mo +share/locale/pl/LC_MESSAGES/xfwm4.mo +share/locale/pt_PT/LC_MESSAGES/xfwm4.mo +share/locale/ru/LC_MESSAGES/xfwm4.mo +share/locale/ta/LC_MESSAGES/xfwm4.mo +share/locale/tr/LC_MESSAGES/xfwm4.mo +share/locale/zh_CN/LC_MESSAGES/xfwm4.mo +share/locale/zh_TW/LC_MESSAGES/xfwm4.mo share/xfce4/doc/C/images/decoration_style.png share/xfce4/doc/C/images/keyboard_and_focus.png share/xfce4/doc/C/images/misc_wm_prefs.png |