1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/security/nofgpg/Makefile
Jun Kuriyama fc5b96f1a8 - Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.

Thanks to:	dougb, lofi
2006-12-21 13:31:56 +00:00

36 lines
754 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= 2
CATEGORIES= security python
MASTER_SITES= http://www.cgabriel.org/download/nofgpg/
MAINTAINER= ports@FreeBSD.org
COMMENT= No One Fears GPG
RUN_DEPENDS= gpg:${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/gnome,g" \
${WRKSRC}/nofgpg
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>