2002-06-15 18:16:32 +02:00
|
|
|
# New ports collection makefile for: kdeutils3
|
2002-04-22 01:47:50 +02:00
|
|
|
# Date created: 3 November 2001
|
|
|
|
# Whom: will@cvs.kde.org
|
1997-11-02 01:05:06 +01:00
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1997-11-02 01:05:06 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= kdeutils
|
2002-07-04 21:39:36 +02:00
|
|
|
PORTVERSION= ${KDE_VERSION}
|
2006-12-22 03:51:16 +01:00
|
|
|
PORTREVISION= 2
|
2001-08-30 20:56:50 +02:00
|
|
|
CATEGORIES?= misc kde
|
2002-06-15 18:16:32 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2004-08-30 21:55:42 +02:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
2001-09-10 22:22:28 +02:00
|
|
|
DIST_SUBDIR= KDE
|
1997-11-02 01:05:06 +01:00
|
|
|
|
2004-02-09 23:15:11 +01:00
|
|
|
MAINTAINER?= kde@FreeBSD.org
|
|
|
|
COMMENT= Utilities for the KDE integrated X11 desktop
|
|
|
|
|
2006-05-10 16:46:47 +02:00
|
|
|
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
|
2006-01-08 20:32:36 +01:00
|
|
|
netsnmp:${PORTSDIR}/net-mgmt/net-snmp
|
2006-12-22 03:51:16 +01:00
|
|
|
RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
|
2004-02-05 15:20:55 +01:00
|
|
|
|
2006-01-08 20:32:36 +01:00
|
|
|
CONFLICTS= kgpg-[0-9]* superkaramba-[0-9]*
|
2004-02-05 15:20:55 +01:00
|
|
|
|
2002-04-22 01:47:50 +02:00
|
|
|
USE_KDELIBS_VER=3
|
2004-02-09 23:15:11 +01:00
|
|
|
USE_KDEBASE_VER=3
|
2003-01-28 19:36:58 +01:00
|
|
|
PREFIX= ${KDE_PREFIX}
|
|
|
|
|
2006-01-08 20:32:36 +01:00
|
|
|
USE_PYTHON= yes
|
1999-02-28 22:48:09 +01:00
|
|
|
USE_BZIP2= yes
|
1999-02-07 00:22:08 +01:00
|
|
|
USE_GMAKE= yes
|
2005-03-20 19:17:55 +01:00
|
|
|
USE_GETOPT_LONG=yes
|
2006-03-30 22:30:29 +02:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-08-11 03:27:37 +02:00
|
|
|
DO_NOT_COMPILE+=klaptopdaemon kmilo
|
2004-02-09 23:15:11 +01:00
|
|
|
CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}"
|
2006-01-08 20:32:36 +01:00
|
|
|
CONFIGURE_ARGS+=--with-pythondir=${LOCALBASE}
|
1997-11-02 01:05:06 +01:00
|
|
|
|
2003-01-28 19:36:58 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
|
2002-06-15 18:16:32 +02:00
|
|
|
|
2003-01-28 19:36:58 +01:00
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
2004-11-08 01:34:12 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} > 501102
|
2005-04-04 15:43:34 +02:00
|
|
|
. if ${OSVERSION} > 600021
|
|
|
|
RUN_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar
|
|
|
|
. endif
|
2004-11-08 01:34:12 +01:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|>tar<|>gtar<|g' ${WRKSRC}/ark/ark.kcfg
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|