freebsd-ports/security/gpa/Makefile
Mario Sergio Fujikawa Ferreira 9764e65058 Deploy USE_GNOMENG infrastructure
PR:		42288
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-01 15:18:25 +00:00

27 lines
543 B
Makefile

# 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
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --datadir=${PREFIX}/share
.include <bsd.port.mk>