1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/security/nofgpg/Makefile
Joe Marcus Clarke 29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00

36 lines
753 B
Makefile

# 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>