add nofgpg 0.4
No One Fears GPG
This commit is contained in:
parent
8fff289bbb
commit
8a2e1cba18
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56150
6 changed files with 38 additions and 0 deletions
|
@ -105,6 +105,7 @@
|
|||
SUBDIR += nettle
|
||||
SUBDIR += nmap
|
||||
SUBDIR += nmapfe
|
||||
SUBDIR += nofgpg
|
||||
SUBDIR += nss
|
||||
SUBDIR += oidentd
|
||||
SUBDIR += op
|
||||
|
|
31
security/nofgpg/Makefile
Normal file
31
security/nofgpg/Makefile
Normal file
|
@ -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>
|
1
security/nofgpg/distinfo
Normal file
1
security/nofgpg/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (nofgpg-0.4.tar.gz) = 6f4ab30003a616d72be02f4d047bd997
|
1
security/nofgpg/pkg-comment
Normal file
1
security/nofgpg/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
No One Fears GPG
|
3
security/nofgpg/pkg-descr
Normal file
3
security/nofgpg/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
No One Fears GPG
|
||||
|
||||
WWW: http://www.cgabriel.org/sw/nofgpg/
|
1
security/nofgpg/pkg-plist
Normal file
1
security/nofgpg/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/nofgpg
|
Loading…
Reference in a new issue