1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/security/gpa/Makefile

26 lines
515 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
2001-02-28 09:45:18 +00:00
PORTVERSION= 0.4.0
CATEGORIES= security
2001-02-28 09:45:18 +00:00
MASTER_SITES= ftp://ftp.guug.de/pub/fruis/gpa/
MAINTAINER= clive@FreeBSD.org
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
USE_X_PREFIX= yes
USE_GMAKE= yes
2000-10-05 06:42:57 +00:00
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2001-02-28 09:45:18 +00:00
CONFIGURE_ARGS= --datadir=${PREFIX}/share
.include <bsd.port.mk>