sthen 7832856cbe set DEBUG_PACKAGES before including bsd.port.arch.mk, otherwise
they're built on all archs not just DEBUGINFO_ARCHS. ok aja@
2020-10-31 12:09:04 +00:00

45 lines
980 B
Makefile

# $OpenBSD: Makefile,v 1.124 2020/10/31 12:09:04 sthen Exp $
COMMENT= GNOME encryption interface
GNOME_PROJECT= seahorse
GNOME_VERSION= 3.36.2
REVISION= 0
CATEGORIES= security
# GPLv2/GFDLv1.1
PERMIT_PACKAGE= Yes
WANTLIB += atk-1.0 avahi-client avahi-common avahi-glib c gck-1
WANTLIB += gcr-base-3 gcr-ui-3 gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gobject-2.0 gpgme gtk-3 handy-0.0 intl ldap pwquality
WANTLIB += secret-1 soup-2.4
MODULES= devel/dconf \
devel/meson \
x11/gnome
MODGNOME_TOOLS= desktop-file-utils gtk-update-icon-cache vala yelp
DEBUG_PACKAGES= ${BUILD_PACKAGES}
.include <bsd.port.arch.mk>
.if !${PROPERTIES:Mclang}
CFLAGS += -std=gnu99
.endif
LIB_DEPENDS= databases/openldap \
devel/libsoup \
net/avahi \
security/gpgme \
security/libpwquality \
x11/gnome/gcr \
x11/gnome/libsecret \
x11/libhandy
BUILD_DEPENDS += security/gnupg>=2.2.23p1
RUN_DEPENDS += security/gnupg>=2.2.23p1
.include <bsd.port.mk>