openbsd-ports/security/gpa/Makefile

29 lines
607 B
Makefile

# $OpenBSD: Makefile,v 1.10 2002/06/09 05:37:10 wilfried Exp $
COMMENT= "graphical interface for GnuPG"
VERSION= 0.4.3
DISTNAME= gpa-${VERSION}
CATEGORIES= security x11
NEED_VERSION= 1.504
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/
BUILD_DEPENDS= :gnupg-*:security/gnupg
RUN_DEPENDS= ${BUILD_DEPENDS}
LIB_DEPENDS= gtk.1.2,gdk.1.2::x11/gtk+
USE_X11= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>