freebsd-ports/security/nofgpg/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

33 lines
691 B
Makefile

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