diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-08 06:03:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-08 06:03:57 +0800 |
commit | cb60ef9a6d97fb79600a5a923f097f77b274a35f (patch) | |
tree | 1dc9d39235838225702ad804e90d43d952942276 /deskutils | |
parent | 9b9cb9841d5e856bc1e86950299e0f93939c86c1 (diff) | |
download | marcuscom-ports-cb60ef9a6d97fb79600a5a923f097f77b274a35f.tar marcuscom-ports-cb60ef9a6d97fb79600a5a923f097f77b274a35f.tar.gz marcuscom-ports-cb60ef9a6d97fb79600a5a923f097f77b274a35f.tar.bz2 marcuscom-ports-cb60ef9a6d97fb79600a5a923f097f77b274a35f.tar.lz marcuscom-ports-cb60ef9a6d97fb79600a5a923f097f77b274a35f.tar.xz marcuscom-ports-cb60ef9a6d97fb79600a5a923f097f77b274a35f.tar.zst marcuscom-ports-cb60ef9a6d97fb79600a5a923f097f77b274a35f.zip |
Enable NLS support, and use the pkg-plist file to store all of the plist
files.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4199 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/nautilus-open-terminal/Makefile | 9 | ||||
-rw-r--r-- | deskutils/nautilus-open-terminal/pkg-plist | 14 |
2 files changed, 19 insertions, 4 deletions
diff --git a/deskutils/nautilus-open-terminal/Makefile b/deskutils/nautilus-open-terminal/Makefile index 5d033b9ec..5728de7af 100644 --- a/deskutils/nautilus-open-terminal/Makefile +++ b/deskutils/nautilus-open-terminal/Makefile @@ -3,11 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.1 2005/07/07 09:27:34 ahze Exp $ # PORTNAME= nautilus-open-terminal PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://manny.cluecoder.org/packages/nautilus-open-terminal/ @@ -15,9 +16,9 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Nautilus extension which allows you to open a terminal USE_AUTOTOOLS= libtool:15 -USE_GNOME= nautilus2 gnomeprefix +USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack USE_X_PREFIX= yes - -PLIST_FILES= lib/nautilus/extensions-1.0/libnautilus-open-terminal.so +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> diff --git a/deskutils/nautilus-open-terminal/pkg-plist b/deskutils/nautilus-open-terminal/pkg-plist new file mode 100644 index 000000000..4bbd9a685 --- /dev/null +++ b/deskutils/nautilus-open-terminal/pkg-plist @@ -0,0 +1,14 @@ +lib/nautilus/extensions-1.0/libnautilus-open-terminal.so +share/locale/bg/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/cs/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/da/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/de/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/en_CA/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/es/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/fi/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/pt_BR/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/sk/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/sr/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/sr@Latn/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/sv/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/zh_CN/LC_MESSAGES/nautilus-open-terminal.mo |