2002-11-23 18:47:07 +00: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 19:07:12 +00:00
|
|
|
PORTVERSION= 1.0.0
|
2005-11-05 05:22:06 +00:00
|
|
|
PORTREVISION= 4
|
2002-11-23 18:47:07 +00:00
|
|
|
CATEGORIES= security kde
|
2005-11-25 06:02:46 +00:00
|
|
|
MASTER_SITES= http://developer.kde.org/~kgpg/src/
|
2002-11-23 18:47:07 +00:00
|
|
|
|
2003-02-15 22:47:49 +00:00
|
|
|
MAINTAINER= rick@rptn.net
|
2003-03-23 19:07:12 +00:00
|
|
|
COMMENT= A simple KDE frontend for GnuPG
|
2002-11-23 18:47:07 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
|
|
|
|
2005-07-01 21:26:07 +00:00
|
|
|
CONFLICTS= kdeutils-3.[2-4].*
|
2004-02-05 14:22:51 +00:00
|
|
|
|
2002-11-23 18:47:07 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_KDELIBS_VER= 3
|
2004-06-22 19:42:06 +00:00
|
|
|
USE_REINPLACE= yes
|
2002-11-23 18:47:07 +00:00
|
|
|
|
2004-06-22 19:42:06 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|