diff options
author | ade <ade@FreeBSD.org> | 2000-08-17 05:02:12 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-17 05:02:12 +0800 |
commit | 68597a34dda4451e26d618934317820da6ac1a28 (patch) | |
tree | 6922b4e1f36469f62b88ffadb94d69f6d4986713 /security/gpa/Makefile | |
parent | 6b5ff7690188e460b43fafc443a9534950612ccd (diff) | |
download | freebsd-ports-gnome-68597a34dda4451e26d618934317820da6ac1a28.tar.gz freebsd-ports-gnome-68597a34dda4451e26d618934317820da6ac1a28.tar.zst freebsd-ports-gnome-68597a34dda4451e26d618934317820da6ac1a28.zip |
The GNU Privacy Assistant is a graphical frontend to GnuPG and may be
used to manage the keys and encrypt/decrypt/sign/check files.
Submitted by: Clive Lin <clive@CirX.ORG>
Diffstat (limited to 'security/gpa/Makefile')
-rw-r--r-- | security/gpa/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile new file mode 100644 index 000000000000..4c9494615f1b --- /dev/null +++ b/security/gpa/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gpa +# Date created: 16 August 2000 +# Whom: Clive Lin <clive@CirX.ORG> +# +# $FreeBSD$ +# + +PORTNAME= gpa +PORTVERSION= 0.3.1 +CATEGORIES= security +MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/devel/ + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + MAKE="gmake" \ + GTK_CONFIG="${GTK_CONFIG}" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |