1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/security/nofgpg/Makefile

36 lines
749 B
Makefile
Raw Normal View History

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