aboutsummaryrefslogtreecommitdiffstats
path: root/security/kgpg/Makefile
blob: 5d3606200156b77fd4dd6a7623940c60f96edc4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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=   3
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-4].*

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>