freebsd-ports/security/nofgpg/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

36 lines
749 B
Makefile

# ex:ts=8
# Ports collection makefile for: nofgpg
# Date created: Mar 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= nofgpg
PORTVERSION= 0.5.1
PORTREVISION= 6
CATEGORIES= security python
MASTER_SITES= http://www.cgabriel.org/download/nofgpg/
MAINTAINER= ports@FreeBSD.org
COMMENT= No One Fears GPG
RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 \
${PYTHON_SITELIBDIR}/gtk-1.2/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome
USE_PYTHON= yes
NO_BUILD= yes
MAN1= nofgpg.1
PLIST_FILES= bin/nofgpg
post-patch:
@${REINPLACE_CMD} -e "s,/usr/share,${LOCALBASE}/share,g" \
${WRKSRC}/nofgpg
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>