mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
b66c5da753
Submitted by: bento
29 lines
619 B
Makefile
29 lines
619 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
|
MASTER_SITE_SUBDIR= alpha/gpa
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= This is a graphical frontend for the GNU Privacy Guard
|
|
|
|
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= 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>
|