2000-03-10 02:22:54 +01:00
|
|
|
# New ports collection makefile for: Seahorse
|
|
|
|
# Date created: 08 March 2000
|
|
|
|
# Whom: Dave McKay <dave@mu.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-01-10 06:22:13 +01:00
|
|
|
# $MCom: ports/security/seahorse/Makefile,v 1.73 2008/11/24 02:44:50 marcus Exp $
|
2000-03-10 02:22:54 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:34:06 +02:00
|
|
|
PORTNAME= seahorse
|
2009-01-10 06:22:13 +01:00
|
|
|
PORTVERSION= 2.24.1
|
2009-01-05 20:04:45 +01:00
|
|
|
PORTREVISION= 1
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
CATEGORIES= security gnome
|
2008-03-24 04:52:36 +01:00
|
|
|
MASTER_SITES= GNOME
|
2003-04-15 17:58:03 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
2000-03-10 02:22:54 +01:00
|
|
|
|
2005-07-20 19:19:48 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2007-08-18 18:15:38 +02:00
|
|
|
COMMENT= GNOME application for managing encryption keys (PGP, SSH)
|
2000-03-10 02:22:54 +01:00
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
|
|
|
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme \
|
2008-04-15 19:08:20 +02:00
|
|
|
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
|
|
|
gnome-keyring:${PORTSDIR}/security/gnome-keyring
|
2000-04-27 12:31:40 +02:00
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-04-16 03:27:28 +02:00
|
|
|
USE_BZIP2= yes
|
2006-04-30 02:47:21 +02:00
|
|
|
USE_GETTEXT= yes
|
2003-03-15 19:21:04 +01:00
|
|
|
USE_GMAKE= yes
|
2009-01-10 06:22:13 +01:00
|
|
|
USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-12-22 01:06:01 +01:00
|
|
|
INSTALLS_OMF= yes
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2000-10-05 09:17:31 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2004-12-22 01:06:01 +01:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-10-05 09:17:31 +02:00
|
|
|
|
2004-12-22 01:06:01 +01:00
|
|
|
GCONF_SCHEMAS= seahorse.schemas
|
2009-01-10 06:22:13 +01:00
|
|
|
MAN1= seahorse-daemon.1
|
2000-03-10 02:22:54 +01:00
|
|
|
|
2008-03-24 04:52:36 +01:00
|
|
|
OPTIONS= LDAP "Enable LDAP support" on \
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
HKP "Enable HKP keyserver interface" on \
|
|
|
|
NOTIFY "Enable libnotify support" on \
|
2009-01-10 06:22:13 +01:00
|
|
|
MDNS "Enable mDNS key sharing" on
|
2004-12-22 01:06:01 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-05-07 22:30:20 +02:00
|
|
|
.if !defined(WITHOUT_LDAP)
|
2005-05-04 15:36:51 +02:00
|
|
|
USE_OPENLDAP= yes
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-ldap
|
|
|
|
.endif
|
|
|
|
|
2005-05-07 22:30:20 +02:00
|
|
|
.if !defined(WITHOUT_HKP)
|
2008-03-24 04:52:36 +01:00
|
|
|
LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup
|
2005-05-07 22:30:20 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-hkp
|
|
|
|
.endif
|
|
|
|
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
.if !defined(WITHOUT_NOTIFY)
|
|
|
|
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-libnotify
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_MDNS)
|
2007-12-27 02:03:55 +01:00
|
|
|
LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-sharing
|
|
|
|
.endif
|
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|" == "|" = "|g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2004-12-22 01:06:01 +01:00
|
|
|
.include <bsd.port.post.mk>
|