diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/nofgpg/Makefile | 31 | ||||
-rw-r--r-- | security/nofgpg/distinfo | 1 | ||||
-rw-r--r-- | security/nofgpg/pkg-comment | 1 | ||||
-rw-r--r-- | security/nofgpg/pkg-descr | 3 | ||||
-rw-r--r-- | security/nofgpg/pkg-plist | 1 |
6 files changed, 38 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 83826634cf65..4fc8670be661 100644 --- a/security/Makefile +++ b/security/Makefile @@ -105,6 +105,7 @@ SUBDIR += nettle SUBDIR += nmap SUBDIR += nmapfe + SUBDIR += nofgpg SUBDIR += nss SUBDIR += oidentd SUBDIR += op diff --git a/security/nofgpg/Makefile b/security/nofgpg/Makefile new file mode 100644 index 000000000000..f92304aecfb2 --- /dev/null +++ b/security/nofgpg/Makefile @@ -0,0 +1,31 @@ +# 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}/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome + +USE_PYTHON= yes +NO_BUILD= yes + +MAN1= nofgpg.1 + +post-patch: + @${PERL} -pi -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> diff --git a/security/nofgpg/distinfo b/security/nofgpg/distinfo new file mode 100644 index 000000000000..e51d5a9c9e59 --- /dev/null +++ b/security/nofgpg/distinfo @@ -0,0 +1 @@ +MD5 (nofgpg-0.4.tar.gz) = 6f4ab30003a616d72be02f4d047bd997 diff --git a/security/nofgpg/pkg-comment b/security/nofgpg/pkg-comment new file mode 100644 index 000000000000..dec7dbf146d7 --- /dev/null +++ b/security/nofgpg/pkg-comment @@ -0,0 +1 @@ +No One Fears GPG diff --git a/security/nofgpg/pkg-descr b/security/nofgpg/pkg-descr new file mode 100644 index 000000000000..895b6daa6991 --- /dev/null +++ b/security/nofgpg/pkg-descr @@ -0,0 +1,3 @@ +No One Fears GPG + +WWW: http://www.cgabriel.org/sw/nofgpg/ diff --git a/security/nofgpg/pkg-plist b/security/nofgpg/pkg-plist new file mode 100644 index 000000000000..0074fbcf355b --- /dev/null +++ b/security/nofgpg/pkg-plist @@ -0,0 +1 @@ +bin/nofgpg |