freebsd-ports/security/gpa/Makefile
Clive Lin 06946da7aa o Upgrade to 0.4.3.
o Drop maintainership. I'll be getting busy for several months, and can
  only keep my eyes on specific chinese/ ports.
2002-01-28 05:21:34 +00:00

26 lines
520 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
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --datadir=${PREFIX}/share
.include <bsd.port.mk>