freebsd-ports/security/kgpg/Makefile
Will Andrews d075bf0f86 Fix the -pthread problem in case the option gets removed again. This
patch involved patching the core auto* routines in KDE to accept the
PTHREAD_* variables in the environment, with fallbacks.  We decided the
easiest way to implement this in ports was to generate configure instead
of risking incorrect generation at port configure time.

Said patch has already been committed to HEAD in KDE and as such will be
removed with the 3.2 upgrade once it is released.

Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE
modules) have this support commented out due to lack of patch.

Helped out:	Adriaan de Groot <adridg@cs.kun.nl>
		Lauri Watts <lauri@kde.org>
		Andy Fawcett <andy@athame.co.uk>
2003-10-03 22:34:44 +00:00

25 lines
554 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
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
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>