openbsd-ports/x11/kde/utils3/Makefile

31 lines
844 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.35 2006/01/13 22:49:57 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
2005-11-30 18:37:39 -05:00
VERSION= 3.5.0
2002-04-04 09:23:48 -05:00
DISTNAME= kdeutils-${VERSION}
PKGNAME= ${DISTNAME}p2
2005-11-30 18:37:39 -05:00
MODKDE_VERSION= 3.5
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
2005-11-30 18:37:39 -05:00
LIB_DEPENDS= DCOP,kabc,kdecore.6,kdefx,kdeprint,kdesu,kdeui,kio,knewstuff,kparts,kresources,kutils,kwalletclient,vcard::x11/kde/libs3 \
netsnmp::net/net-snmp \
gmp::devel/gmp \
python2.4.0.0: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 \
2005-11-30 18:37:39 -05:00
png pthread stdc++ util z gmodule intl iconv Xi kvm glib
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>