openbsd-ports/x11/gnome/seahorse-sharing/Makefile

47 lines
1.3 KiB
Makefile
Raw Normal View History

2011-11-04 05:56:28 -04:00
# $OpenBSD: Makefile,v 1.5 2011/11/04 09:56:29 jasper Exp $
COMMENT= PGP public keys sharing via DNS-SD and HKP
GNOME_PROJECT= seahorse-sharing
2011-10-18 02:28:11 -04:00
GNOME_VERSION= 3.2.1
2011-11-04 05:56:28 -04:00
REVISION= 0
CATEGORIES= net security
HOMEPAGE= http://projects.gnome.org/seahorse/
# GPLv2/GFDLv1.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm assuan
WANTLIB += atk-1.0 avahi-client avahi-common avahi-glib c cairo
WANTLIB += cairo-gobject dbus-1 drm expat ffi fontconfig freetype
WANTLIB += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
2011-10-16 15:23:34 -04:00
WANTLIB += gpg-error gpgme gthread-2.0 gtk-3 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
2011-11-04 05:56:28 -04:00
WANTLIB += soup-2.4 xcb xcb-render xcb-shm xml2 z stdc++
LIB_DEPENDS= devel/libsoup \
security/gpgme \
net/avahi \
x11/gtk+3
# technically not needed but makes more sense since seahorse is used to
# setup/configure the keys
RUN_DEPENDS += x11/gnome/seahorse
MODULES= devel/gettext \
x11/gnome
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/seahorse-sharing
# XXX check if still needed on next update
post-install:
rm -rf ${PREFIX}/share/locale/pl
.include <bsd.port.mk>