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
|
2006-12-21 14:31:56 +01:00
|
|
|
PORTREVISION= 5
|
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-21 14:31:56 +01:00
|
|
|
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1
|
2002-11-23 19:47:07 +01:00
|
|
|
|
2005-07-01 23:26:07 +02:00
|
|
|
CONFLICTS= kdeutils-3.[2-4].*
|
2004-02-05 15:22:51 +01:00
|
|
|
|
2002-11-23 19:47:07 +01:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
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
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|