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 /games | |
parent | Update Mozilla to 1.5, and adjust the dependent ports accordingly. Note, (diff) |
- 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]
Notes
Notes:
svn path=/head/; revision=91619
Diffstat (limited to 'games')
-rw-r--r-- | games/xfce4-toys/Makefile | 10 | ||||
-rw-r--r-- | games/xfce4-toys/pkg-plist | 11 |
2 files changed, 19 insertions, 2 deletions
diff --git a/games/xfce4-toys/Makefile b/games/xfce4-toys/Makefile index b95d71d65bf0..b381a94253f2 100644 --- a/games/xfce4-toys/Makefile +++ b/games/xfce4-toys/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-toys PORTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= games xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ @@ -16,14 +17,19 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= Toys for the XFce 4 panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -LIB_DEPENDS= xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ xml2.5:${PORTSDIR}/textproc/libxml2 \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel 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/games/xfce4-toys/pkg-plist b/games/xfce4-toys/pkg-plist index a682acb01ab2..0119d1686a6e 100644 --- a/games/xfce4-toys/pkg-plist +++ b/games/xfce4-toys/pkg-plist @@ -2,6 +2,17 @@ bin/xfce4-tips lib/xfce4/panel-plugins/libeyes.a lib/xfce4/panel-plugins/libeyes.la lib/xfce4/panel-plugins/libeyes.so +share/locale/ca/LC_MESSAGES/xfce4-toys.mo +share/locale/de/LC_MESSAGES/xfce4-toys.mo +share/locale/hu/LC_MESSAGES/xfce4-toys.mo +share/locale/lt/LC_MESSAGES/xfce4-toys.mo +share/locale/ms/LC_MESSAGES/xfce4-toys.mo +share/locale/nl/LC_MESSAGES/xfce4-toys.mo +share/locale/pt_PT/LC_MESSAGES/xfce4-toys.mo +share/locale/ru/LC_MESSAGES/xfce4-toys.mo +share/locale/tr/LC_MESSAGES/xfce4-toys.mo +share/locale/zh_CN/LC_MESSAGES/xfce4-toys.mo +share/locale/zh_TW/LC_MESSAGES/xfce4-toys.mo share/xfce4/eyes/themes/Bizarre/Bizarre-eye.png share/xfce4/eyes/themes/Bizarre/Bizarre-pupil.png share/xfce4/eyes/themes/Bizarre/config |