diff options
-rw-r--r-- | security/seahorse/Makefile | 17 | ||||
-rw-r--r-- | security/seahorse/pkg-plist | 6 |
2 files changed, 12 insertions, 11 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index c0fc71bb4..538be9e95 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,11 +3,12 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.52 2008/01/29 01:42:05 marcus Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.53 2008/01/29 16:54:06 kwm Exp $ # PORTNAME= seahorse PORTVERSION= 2.21.90 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -38,7 +39,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= seahorse.schemas MAN1= seahorse-agent.1 seahorse-daemon.1 seahorse-tool.1 -#OPTIONS= NAUTILUS "Enable the Nautilus component" on #OPTIONS= EPIPHANY "Enable Epiphany plug-in support" on OPTIONS= LDAP "Enable LDAP support" on \ HKP "Enable HKP keyserver interface" on \ @@ -46,7 +46,8 @@ OPTIONS= LDAP "Enable LDAP support" on \ APPLET "Enable clipboard encryption applet" on \ KEYRING "Enable GNOME Keyring support" on \ MDNS "Enable mDNS key sharing" on \ - GEDIT "Enable GEdit plug-in support" on + GEDIT "Enable GEdit plug-in support" on \ + NAUTILUS "Enable the Nautilus component" on .include <bsd.port.pre.mk> @@ -60,13 +61,13 @@ PLIST_SUB+= GEDIT="@comment " CONFIGURE_ARGS+=--disable-gedit .endif -#.if !defined(WITHOUT_NAUTILUS) -#USE_GNOME+= nautilus2 -#PLIST_SUB+= NAUTILUS="" -#.else +.if !defined(WITHOUT_NAUTILUS) +USE_GNOME+= nautilus2 +PLIST_SUB+= NAUTILUS="" +.else PLIST_SUB+= NAUTILUS="@comment " CONFIGURE_ARGS+=--disable-nautilus -#.endif +.endif .if !defined(WITHOUT_LDAP) USE_OPENLDAP= yes diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist index d20be648a..caf746b46 100644 --- a/security/seahorse/pkg-plist +++ b/security/seahorse/pkg-plist @@ -21,9 +21,9 @@ lib/libcryptui.a lib/libcryptui.la lib/libcryptui.so lib/libcryptui.so.0 -%%NAUTILUS%%lib/nautilus/extensions-1.0/libnautilus-seahorse.a -%%NAUTILUS%%lib/nautilus/extensions-1.0/libnautilus-seahorse.la -%%NAUTILUS%%lib/nautilus/extensions-1.0/libnautilus-seahorse.so +%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.a +%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.la +%%NAUTILUS%%lib/nautilus/extensions-2.0/libnautilus-seahorse.so %%APPLET%%lib/seahorse/seahorse-applet lib/seahorse/seahorse-ssh-askpass lib/seahorse/xloadimage |