openbsd-ports/x11/kde/utils3/Makefile

32 lines
850 B
Makefile
Raw Normal View History

2006-10-12 19:12:18 -04:00
# $OpenBSD: Makefile,v 1.43 2006/10/12 23:12:19 espie Exp $
2002-04-04 09:23:48 -05:00
2004-04-13 00:22:36 -04:00
COMMENT= "K Desktop Environment, utilities"
2002-04-04 09:23:48 -05:00
CATEGORIES= x11 x11/kde
2006-10-12 19:12:18 -04:00
VERSION= 3.5.5
2002-04-04 09:23:48 -05:00
DISTNAME= kdeutils-${VERSION}
2006-04-01 05:49:17 -05:00
PKGNAME= ${DISTNAME}
MODKDE_VERSION= 3.5.3
SHARED_LIBS= kcmlaptop 1.0 \
khexeditcommon 1.0 \
kmilo 2.0 \
kregexpeditorcommon 2.0 \
ksimcore 2.0
2002-04-04 09:23:48 -05:00
2006-08-03 06:53:35 -04:00
LIB_DEPENDS= DCOP,kabc,kdecore.>=6,kdefx,kdeprint,kdesu,kdeui,kio,knewstuff,kparts,kresources,kutils,kwalletclient,vcard::x11/kde/libs3 \
2005-11-30 18:37:39 -05:00
netsnmp::net/net-snmp \
gmp::devel/gmp \
2006-09-18 08:19:39 -04:00
python2.4:python-2.4.*:lang/python/2.4 \
2005-11-30 18:37:39 -05:00
xmms::audio/xmms \
gtk,gdk::x11/gtk+
2002-04-04 09:23:48 -05:00
SEPARATE_BUILD=flavored
2004-12-16 02:25:25 -05:00
WANTLIB= ICE SM X11 Xext Xrender Xtst art_lgpl_2 c crypto jpeg m \
png pthread stdc++ util z gmodule intl iconv Xi kvm glib \
idn
2004-12-16 02:25:25 -05:00
2006-01-06 04:28:32 -05:00
USE_LIBTOOL= Yes
LIBTOOL_FLAGS+= --tag=disable-static
2002-04-04 09:23:48 -05:00
.include <bsd.port.mk>