diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-01 12:58:18 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-01 12:58:18 +0800 |
commit | 4ee52012f45705994437a50215ce7a1b89a96990 (patch) | |
tree | b6c8e8c0d229a8d77699967775ce9d0541820d08 /security/nofgpg | |
parent | 683c0a832b1494a4c6e73812b9679c33b3c7fa36 (diff) | |
download | marcuscom-ports-4ee52012f45705994437a50215ce7a1b89a96990.tar marcuscom-ports-4ee52012f45705994437a50215ce7a1b89a96990.tar.gz marcuscom-ports-4ee52012f45705994437a50215ce7a1b89a96990.tar.bz2 marcuscom-ports-4ee52012f45705994437a50215ce7a1b89a96990.tar.lz marcuscom-ports-4ee52012f45705994437a50215ce7a1b89a96990.tar.xz marcuscom-ports-4ee52012f45705994437a50215ce7a1b89a96990.tar.zst marcuscom-ports-4ee52012f45705994437a50215ce7a1b89a96990.zip |
X11BASE -> LOCALBASE, GNOME stuff live in LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6917 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/nofgpg')
-rw-r--r-- | security/nofgpg/Makefile | 35 | ||||
-rw-r--r-- | security/nofgpg/distinfo | 3 | ||||
-rw-r--r-- | security/nofgpg/pkg-descr | 5 |
3 files changed, 43 insertions, 0 deletions
diff --git a/security/nofgpg/Makefile b/security/nofgpg/Makefile new file mode 100644 index 000000000..1ccff747e --- /dev/null +++ b/security/nofgpg/Makefile @@ -0,0 +1,35 @@ +# ex:ts=8 +# Ports collection makefile for: nofgpg +# Date created: Mar 15, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= nofgpg +PORTVERSION= 0.5.1 +PORTREVISION= 1 +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/gnupg \ + ${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> diff --git a/security/nofgpg/distinfo b/security/nofgpg/distinfo new file mode 100644 index 000000000..c2cd410fc --- /dev/null +++ b/security/nofgpg/distinfo @@ -0,0 +1,3 @@ +MD5 (nofgpg-0.5.1.tar.gz) = 06f3433bc168d691b7e26e8829679d10 +SHA256 (nofgpg-0.5.1.tar.gz) = 137828838aac74fb59bb434768c0f06773247ab5d7da6ef739dcfccd2010c9bf +SIZE (nofgpg-0.5.1.tar.gz) = 12313 diff --git a/security/nofgpg/pkg-descr b/security/nofgpg/pkg-descr new file mode 100644 index 000000000..4757ed883 --- /dev/null +++ b/security/nofgpg/pkg-descr @@ -0,0 +1,5 @@ +No One Fears GPG + +Simple GPG keyring manager. + +WWW: https://www.cgabriel.org/software/wiki/NofGpg |