freebsd-ports/security/gpa/Makefile

26 lines
520 B
Makefile
Raw Normal View History

# New ports collection makefile for: gpa
# Date created: 16 August 2000
# Whom: Clive Lin <clive@CirX.ORG>
#
# $FreeBSD$
#
PORTNAME= gpa
PORTVERSION= 0.4.3
CATEGORIES= security
2001-04-06 16:39:39 -04:00
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
USE_X_PREFIX= yes
USE_GMAKE= yes
2000-10-05 02:42:57 -04:00
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2001-02-28 04:45:18 -05:00
CONFIGURE_ARGS= --datadir=${PREFIX}/share
.include <bsd.port.mk>