diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-19 06:13:49 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-19 06:13:49 +0000 |
commit | a1c8691e690406dc43bdfbeba1f767ec9c888a56 (patch) | |
tree | fa72be9fca7f271adafce1ba7c41564af40b9142 /sysutils | |
parent | ec87d489f3c19bca94120cbfd92bd9ecb75f0b92 (diff) | |
download | ports-a1c8691e690406dc43bdfbeba1f767ec9c888a56.tar.gz ports-a1c8691e690406dc43bdfbeba1f767ec9c888a56.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-mcs-manager/Makefile | 7 | ||||
-rw-r--r-- | sysutils/xfce4-mcs-manager/pkg-plist | 21 | ||||
-rw-r--r-- | sysutils/xfce4-mcs-plugins/Makefile | 10 | ||||
-rw-r--r-- | sysutils/xfce4-mcs-plugins/pkg-plist | 21 | ||||
-rw-r--r-- | sysutils/xfce4-utils/Makefile | 10 | ||||
-rw-r--r-- | sysutils/xfce4-utils/pkg-plist | 20 |
6 files changed, 84 insertions, 5 deletions
diff --git a/sysutils/xfce4-mcs-manager/Makefile b/sysutils/xfce4-mcs-manager/Makefile index 5d9622761a26..935e72ab9494 100644 --- a/sysutils/xfce4-mcs-manager/Makefile +++ b/sysutils/xfce4-mcs-manager/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-mcs-manager PORTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ @@ -16,7 +17,8 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 settings manager -LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ xfce4mcs-manager.1:${PORTSDIR}/x11/libxfce4mcs @@ -25,6 +27,9 @@ USE_REINPLACE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ + CPPFLAGS=-I${LOCALBASE}/include \ + LIBS=-L${LOCALBASE}/lib post-patch: ${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ diff --git a/sysutils/xfce4-mcs-manager/pkg-plist b/sysutils/xfce4-mcs-manager/pkg-plist index 54c4b24e42b4..15705a16f0bf 100644 --- a/sysutils/xfce4-mcs-manager/pkg-plist +++ b/sysutils/xfce4-mcs-manager/pkg-plist @@ -2,6 +2,27 @@ bin/xfce-setting-show bin/xfce-mcs-manager include/xfce4/xfce-mcs-manager/manager-plugin.h libdata/pkgconfig/xfce-mcs-manager.pc +share/locale/ar/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/ca/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/de/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/es/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/es_MX/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/fi/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/fr/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/hu/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/it/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/ja/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/ko/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/lt/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/ms/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/nl/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/pl/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/pt_PT/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/ru/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/ta/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/tr/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/zh_CN/LC_MESSAGES/xfce-mcs-manager.mo +share/locale/zh_TW/LC_MESSAGES/xfce-mcs-manager.mo share/xfce4/doc/C/images/settings_manager.png share/xfce4/doc/C/images/smgr_from_panel.png share/xfce4/doc/C/images/smgr_from_root_menu.png diff --git a/sysutils/xfce4-mcs-plugins/Makefile b/sysutils/xfce4-mcs-plugins/Makefile index c32e55bfc3f3..ccf237f156e7 100644 --- a/sysutils/xfce4-mcs-plugins/Makefile +++ b/sysutils/xfce4-mcs-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-mcs-plugins PORTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ @@ -17,12 +18,17 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 settings manager plugins BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager -LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui USE_GNOME= gtk20 USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ + CPPFLAGS=-I${LOCALBASE}/include \ + LIBS=-L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/sysutils/xfce4-mcs-plugins/pkg-plist b/sysutils/xfce4-mcs-plugins/pkg-plist index cfc90d81cdb5..7f8d9bcc93e8 100644 --- a/sysutils/xfce4-mcs-plugins/pkg-plist +++ b/sysutils/xfce4-mcs-plugins/pkg-plist @@ -7,6 +7,27 @@ lib/xfce4/mcs-plugins/mouse_plugin.so lib/xfce4/mcs-plugins/ui_plugin.a lib/xfce4/mcs-plugins/ui_plugin.la lib/xfce4/mcs-plugins/ui_plugin.so +share/locale/ar/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/ca/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/de/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/es/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/es_MX/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/fi/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/fr/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/hu/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/it/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/ja/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/ko/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/lt/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/ms/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/nl/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/pl/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/pt_PT/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/ru/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/ta/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/tr/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/zh_CN/LC_MESSAGES/xfce-mcs-plugins.mo +share/locale/zh_TW/LC_MESSAGES/xfce-mcs-plugins.mo share/xfce4/doc/C/images/font_selection.png share/xfce4/doc/C/images/keyboard_settings.png share/xfce4/doc/C/images/mouse_settings.png diff --git a/sysutils/xfce4-utils/Makefile b/sysutils/xfce4-utils/Makefile index 1ba831dfcab7..ad5d372ea938 100644 --- a/sysutils/xfce4-utils/Makefile +++ b/sysutils/xfce4-utils/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-utils PORTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ @@ -16,13 +17,18 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 essential utilities and scripts -LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ xfce4mcs-manager.1:${PORTSDIR}/sysutils/xfce4-mcs-manager USE_GNOME= gtk20 USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ + CPPFLAGS=-I${LOCALBASE}/include \ + LIBS=-L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/sysutils/xfce4-utils/pkg-plist b/sysutils/xfce4-utils/pkg-plist index 70224ef0d883..b0e78e01580c 100644 --- a/sysutils/xfce4-utils/pkg-plist +++ b/sysutils/xfce4-utils/pkg-plist @@ -10,6 +10,26 @@ etc/xfce4/xinitrc lib/xfce4/mcs-plugins/xftaskbar_plugin.a lib/xfce4/mcs-plugins/xftaskbar_plugin.la lib/xfce4/mcs-plugins/xftaskbar_plugin.so +share/locale/ca/LC_MESSAGES/xfce-utils.mo +share/locale/de/LC_MESSAGES/xfce-utils.mo +share/locale/es/LC_MESSAGES/xfce-utils.mo +share/locale/es_MX/LC_MESSAGES/xfce-utils.mo +share/locale/fi/LC_MESSAGES/xfce-utils.mo +share/locale/fr/LC_MESSAGES/xfce-utils.mo +share/locale/hu/LC_MESSAGES/xfce-utils.mo +share/locale/it/LC_MESSAGES/xfce-utils.mo +share/locale/ja/LC_MESSAGES/xfce-utils.mo +share/locale/ko/LC_MESSAGES/xfce-utils.mo +share/locale/lt/LC_MESSAGES/xfce-utils.mo +share/locale/ms/LC_MESSAGES/xfce-utils.mo +share/locale/nl/LC_MESSAGES/xfce-utils.mo +share/locale/pl/LC_MESSAGES/xfce-utils.mo +share/locale/pt_PT/LC_MESSAGES/xfce-utils.mo +share/locale/ru/LC_MESSAGES/xfce-utils.mo +share/locale/ta/LC_MESSAGES/xfce-utils.mo +share/locale/tr/LC_MESSAGES/xfce-utils.mo +share/locale/zh_CN/LC_MESSAGES/xfce-utils.mo +share/locale/zh_TW/LC_MESSAGES/xfce-utils.mo share/xfce4/AUTHORS share/xfce4/AUTHORS.ca share/xfce4/AUTHORS.de |