freebsd-ports/security/nofgpg/Makefile

36 lines
758 B
Makefile
Raw Normal View History

2002-03-15 14:13:12 +01:00
# ex:ts=8
# Ports collection makefile for: nofgpg
# Date created: Mar 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= nofgpg
PORTVERSION= 0.4
PORTREVISION= 1
2002-03-15 14:13:12 +01:00
CATEGORIES= security python
MASTER_SITES= http://www.cgabriel.org/sw/nofgpg/
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= No One Fears GPG
2002-03-15 14:13:12 +01:00
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
${PYTHON_SITELIBDIR}/gtk-1.2/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome
2002-03-15 14:13:12 +01:00
USE_REINPLACE= yes
2002-03-15 14:13:12 +01:00
USE_PYTHON= yes
NO_BUILD= yes
2004-02-05 21:38:07 +01:00
MAN1= nofgpg.1
PLIST_FILES= bin/nofgpg
2002-03-15 14:13:12 +01:00
post-patch:
@${REINPLACE_CMD} -e "s,/usr/share,${X11BASE}/share/gnome,g" ${WRKSRC}/nofgpg
2002-03-15 14:13:12 +01:00
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>