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 /sysutils/xfce4-mcs-manager | |
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 'sysutils/xfce4-mcs-manager')
-rw-r--r-- | sysutils/xfce4-mcs-manager/Makefile | 7 | ||||
-rw-r--r-- | sysutils/xfce4-mcs-manager/pkg-plist | 21 |
2 files changed, 27 insertions, 1 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 |