1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/security/kgpg/Makefile
Michael Nottebrock c97a8913e4 CONFLICTS with kdeutils-3.2+
Submitted by:	lioux
2004-02-05 14:22:51 +00:00

29 lines
601 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= 1
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
_NO_KDE_FIXPTHREAD= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>