2000-08-16 17:02:12 -04:00
|
|
|
# New ports collection makefile for: gpa
|
|
|
|
# Date created: 16 August 2000
|
|
|
|
# Whom: Clive Lin <clive@CirX.ORG>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gpa
|
2002-01-28 00:21:34 -05:00
|
|
|
PORTVERSION= 0.4.3
|
2000-08-16 17:02:12 -04:00
|
|
|
CATEGORIES= security
|
2001-04-06 16:39:39 -04:00
|
|
|
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/
|
2000-08-16 17:02:12 -04:00
|
|
|
|
2002-01-28 00:21:34 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-08-16 17:02:12 -04:00
|
|
|
|
|
|
|
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2000-10-05 02:42:57 -04:00
|
|
|
USE_GTK= yes
|
2000-08-16 17:02:12 -04:00
|
|
|
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
|
2000-08-16 17:02:12 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|