diff options
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 |