mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
29 lines
596 B
Makefile
29 lines
596 B
Makefile
# New ports collection makefile for: kgpg
|
|
# Date created: 15 Nov 2002
|
|
# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kgpg
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 8
|
|
CATEGORIES= security kde
|
|
MASTER_SITES= http://developer.kde.org/~kgpg/src/
|
|
|
|
MAINTAINER= rick@rptn.net
|
|
COMMENT= A simple KDE frontend for GnuPG
|
|
|
|
RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
|
|
|
|
CONFLICTS= kdeutils-3.[2-6].*
|
|
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_KDELIBS_VER= 3
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|