1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/gpa/Makefile
Ade Lovett be1fd8388e 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>
2000-08-16 21:02:12 +00:00

29 lines
608 B
Makefile

# 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>