openbsd-ports/security/gpa/Makefile
ajacoutot cabe9a216e Force dependency on gnupg1 since gnupg2 has the same PKGNAME, it can
create some depency mess.
The long term solution is to update+merge gnupg2 into gnupg1 but for now
at least we have a clean dependency chain.

looks ok to jasper@ and pea@
2010-08-25 06:34:50 +00:00

39 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.21 2010/08/25 06:34:51 ajacoutot Exp $
COMMENT= graphical interface for GnuPG
DISTNAME= gpa-0.7.6
REVISION= 2
CATEGORIES= security x11
HOMEPAGE= http://www.gnupg.org/gpa.html
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://wald.intevation.org/frs/download.php/350/
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gdk_pixbuf-2.0 gdk-x11-2.0 gtk-x11-2.0 gio-2.0
WANTLIB += glib-2.0 glitz gmodule-2.0 gobject-2.0 gpgme gthread-2.0
WANTLIB += gpg-error m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
WANTLIB += png pthread pthread-stubs xcb xcb-render xcb-render-util z
RUN_DEPENDS= ::devel/desktop-file-utils \
:gnupg-<2:security/gnupg
BUILD_DEPENDS= :gnupg-<2:security/gnupg
LIB_DEPENDS= ::security/gpgme \
::x11/gtk+2
USE_X11= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>