aboutsummaryrefslogtreecommitdiffstats
path: root/security/nofgpg/Makefile
blob: 078d2547640f27772d7c3ef746408851359499fb (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.5.1
PORTREVISION=   6
CATEGORIES= security python
MASTER_SITES=   http://www.cgabriel.org/download/nofgpg/

MAINTAINER= ports@FreeBSD.org
COMMENT=    No One Fears GPG

RUN_DEPENDS=    gpgv:${PORTSDIR}/security/gnupg1 \
        ${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,g" \
        ${WRKSRC}/nofgpg

do-install:
    @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
    @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1

.include <bsd.port.mk>