openbsd-ports/security/gpa/Makefile
2004-06-26 07:35:05 +00:00

28 lines
580 B
Makefile

# $OpenBSD: Makefile,v 1.12 2004/06/26 07:35:08 xsa Exp $
COMMENT= "graphical interface for GnuPG"
VERSION= 0.4.3
DISTNAME= gpa-${VERSION}
CATEGORIES= security x11
HOMEPAGE= http://www.gnupg.org/gpa.html
MAINTAINER= Shell Hung <shell@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/
RUN_DEPENDS= :gnupg-*:security/gnupg
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
USE_X11= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>