summaryrefslogtreecommitdiffstats
path: root/security/seahorse3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-18 04:20:19 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-18 04:20:19 +0800
commitdc66a149aca5930ee0fe3b0c066b81f4359e47c2 (patch)
treef2d294f625579c8f885293618b36cf2a6d8a03c3 /security/seahorse3/Makefile
parent824983cdc82be99e742b90fd111e6eff401c5671 (diff)
downloadmarcuscom-ports-dc66a149aca5930ee0fe3b0c066b81f4359e47c2.tar
marcuscom-ports-dc66a149aca5930ee0fe3b0c066b81f4359e47c2.tar.gz
marcuscom-ports-dc66a149aca5930ee0fe3b0c066b81f4359e47c2.tar.bz2
marcuscom-ports-dc66a149aca5930ee0fe3b0c066b81f4359e47c2.tar.lz
marcuscom-ports-dc66a149aca5930ee0fe3b0c066b81f4359e47c2.tar.xz
marcuscom-ports-dc66a149aca5930ee0fe3b0c066b81f4359e47c2.tar.zst
marcuscom-ports-dc66a149aca5930ee0fe3b0c066b81f4359e47c2.zip
Update to 3.6.3.
Submitted by: Gustau Perez (based on) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18480 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/seahorse3/Makefile')
-rw-r--r--security/seahorse3/Makefile25
1 files changed, 12 insertions, 13 deletions
diff --git a/security/seahorse3/Makefile b/security/seahorse3/Makefile
index ec47a07f2..7605b3b75 100644
--- a/security/seahorse3/Makefile
+++ b/security/seahorse3/Makefile
@@ -1,10 +1,9 @@
# Created by: Dave McKay <dave@mu.org>
# $FreeBSD$
-# $MCom: ports/trunk/security/seahorse3/Makefile 17268 2013-04-01 05:13:11Z marcus $
+# $MCom$
PORTNAME= seahorse
-PORTVERSION= 3.4.1
-PORTREVISION= 1
+PORTVERSION= 3.6.3
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -12,13 +11,15 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME application for managing encryption keys (PGP, SSH)
-BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
+BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
+ itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
gnome-keyring:${PORTSDIR}/security/libgnome-keyring \
cryptui:${PORTSDIR}/security/libcryptui \
gcr-3:${PORTSDIR}/security/gcr \
gcrypt:${PORTSDIR}/security/libgcrypt \
+ secret-1:${PORTSDIR}/security/libsecret \
soup-2.4:${PORTSDIR}/devel/libsoup
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
@@ -30,9 +31,8 @@ USE_LDCONFIG= yes
USE_XZ= yes
USES= gettext pathfix pkgconfig
USE_GMAKE= yes
-USE_GNOME= intlhack gnomeprefix gtk30 gnomedocutils
+USE_GNOME= intlhack gnomeprefix gtk30
GNU_CONFIGURE= yes
-INSTALLS_OMF= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -42,25 +42,24 @@ GLIB_SCHEMAS= org.gnome.seahorse.gschema.xml \
org.gnome.seahorse.window.gschema.xml
MAN1= seahorse.1
-OPTIONS= LDAP "Enable LDAP support" on \
- NOTIFY "Enable libnotify support" on \
- MDNS "Enable mDNS key sharing" on
+OPTIONS_DEFINE= LDAP NOTIFY AVAHI
+OPTIONS_DEFAULT=LDAP NOTIFY AVAHI
.include <bsd.port.options.mk>
-.if !defined(WITHOUT_LDAP)
+.if ${PORT_OPTIONS:MLDAP}
USE_OPENLDAP= yes
.else
CONFIGURE_ARGS+=--disable-ldap
.endif
-.if !defined(WITHOUT_NOTIFY)
-LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify
+.if ${PORT_OPTIONS:MNOTIFY}
+LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify
.else
CONFIGURE_ARGS+=--disable-libnotify
.endif
-.if !defined(WITHOUT_MDNS)
+.if ${PORT_OPTIONS:MAVAHI}
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app
.else
CONFIGURE_ARGS+=--disable-sharing