aboutsummaryrefslogtreecommitdiffstats
path: root/security/nofgpg/Makefile
blob: 6c60a315397bfdd4ae4100c63443ba12874573ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# ex:ts=8
# Ports collection makefile for:    nofgpg
# Date created:         Mar 15, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   nofgpg
PORTVERSION=    0.4
PORTREVISION=   1
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
PLIST_FILES=    bin/nofgpg

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>