Koop Mast d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
2015-08-05 19:13:24 +00:00

47 lines
1.2 KiB
Makefile

# Created by: Dave McKay <dave@mu.org>
# $FreeBSD$
PORTNAME= libcryptui
PORTVERSION= 3.12.2
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME application for managing encryption keys (PGP, SSH)
BUILD_DEPENDS= seahorse>=3.0.0:${PORTSDIR}/security/seahorse \
gpg:${PORTSDIR}/security/gnupg
LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
RUN_DEPENDS= seahorse>=3.0.0:${PORTSDIR}/security/seahorse \
gpg:${PORTSDIR}/security/gnupg
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= intlhack gnomeprefix gtk30 introspection:build
USE_XORG= sm ice
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.seahorse.recipients.gschema.xml
OPTIONS_DEFINE= NOTIFY
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNOTIFY}
LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify
.else
CONFIGURE_ARGS+=--disable-libnotify
.endif
post-patch:
@${REINPLACE_CMD} -e 's|"1.2 1.4 2.0"|"1.2 1.4 2.0 2.1"|g' \
${WRKSRC}/configure
.include <bsd.port.mk>