mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
e8a3b06aef
by kde@ Approved by: maintainer timeout
30 lines
607 B
Makefile
30 lines
607 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= 2
|
|
CATEGORIES= security kde
|
|
MASTER_SITES= http://devel-home.kde.org/~kgpg/src/
|
|
|
|
MAINTAINER= rick@rptn.net
|
|
COMMENT= A simple KDE frontend for GnuPG
|
|
|
|
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
|
|
|
CONFLICTS= kdeutils-3.[2-].*
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_KDELIBS_VER= 3
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|