summaryrefslogblamecommitdiff
path: root/security/nofgpg/Makefile
blob: 8e302ff3b53979065c812e8c66443ecce80a6bfd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                  
                                

                                                
                                                                                          
 
                   





                   
                                                                                     





                                                                
# 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
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_REINPLACE=	yes
USE_PYTHON=	yes
NO_BUILD=	yes

MAN1=	nofgpg.1

post-patch:
	@${REINPLACE_CMD} -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>