2002-11-23 19:47:07 +01:00
|
|
|
# New ports collection makefile for: kgpg
|
|
|
|
# Date created: 15 Nov 2002
|
|
|
|
# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kgpg
|
2003-03-23 20:07:12 +01:00
|
|
|
PORTVERSION= 1.0.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 11
|
2002-11-23 19:47:07 +01:00
|
|
|
CATEGORIES= security kde
|
2005-11-25 07:02:46 +01:00
|
|
|
MASTER_SITES= http://developer.kde.org/~kgpg/src/
|
2002-11-23 19:47:07 +01:00
|
|
|
|
2003-02-15 23:47:49 +01:00
|
|
|
MAINTAINER= rick@rptn.net
|
2003-03-23 20:07:12 +01:00
|
|
|
COMMENT= A simple KDE frontend for GnuPG
|
2002-11-23 19:47:07 +01:00
|
|
|
|
2006-12-22 03:51:16 +01:00
|
|
|
RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
|
2002-11-23 19:47:07 +01:00
|
|
|
|
2008-01-04 16:56:14 +01:00
|
|
|
CONFLICTS= kdeutils-3.[2-6].*
|
2004-02-05 15:22:51 +01:00
|
|
|
|
2002-11-23 19:47:07 +01:00
|
|
|
USE_GMAKE= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2002-11-23 19:47:07 +01:00
|
|
|
USE_KDELIBS_VER= 3
|
|
|
|
|
2004-06-22 21:42:06 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
|
|
|
|
|
2007-10-17 11:45:28 +02:00
|
|
|
.include <bsd.port.mk>
|