openbsd-ports/x11/kde/libs3/Makefile

62 lines
1.6 KiB
Makefile
Raw Normal View History

2002-09-10 18:37:32 -04:00
# $OpenBSD: Makefile,v 1.16 2002/09/10 22:37:32 espie Exp $
2002-03-23 10:01:20 -05:00
COMMENT= "X11 toolkit, libraries"
CATEGORIES= x11 x11/kde
VERSION= 3.0.3
2002-09-10 18:37:32 -04:00
DISTNAME= kdelibs-${VERSION}a
2002-03-23 10:01:20 -05:00
LIB_DEPENDS= png.2::graphics/png \
jpeg.62::graphics/jpeg \
tiff.35::graphics/tiff \
audiofile::devel/libaudiofile \
pcreposix,pcre::devel/pcre \
xml2.6:libxml->=2.4.8:textproc/libxml \
2002-05-06 08:28:57 -04:00
xslt.1.10:libxslt->=1.0.10:textproc/libxslt \
2002-03-23 10:01:20 -05:00
bz2::archivers/bzip2 \
artsflow.1.0,artsflow_idl.1.0,kmedia2_idl.1.0,mcop.1.0,qtmcop.1.0,soundserver_idl.1.0::x11/kde/arts3
SEPARATE_BUILD= simple
# To investigate
#CONFIGURE_ARGS=--enable-fast-malloc=full
#BUILD_DEPENDS= :qt3-html-*:x11/qt3,-html
2002-03-23 10:01:20 -05:00
EXTRA_DIRECTORIES= \
2002-04-04 13:29:21 -05:00
share/applnk/Editors \
share/applnk/Edutainment \
share/applnk/Games/Arcade \
share/applnk/Games/Board \
share/applnk/Games/Card \
share/applnk/Games/TacticStrategy \
share/applnk/Graphics \
share/applnk/Office \
2002-04-04 13:29:21 -05:00
share/applnk/Settings/Information \
share/applnk/Settings/PowerControl \
share/applnk/System/ScreenSavers \
share/applnk/Toys \
2002-04-04 13:29:21 -05:00
share/applnk/Utilities \
share/apps/kdesktop/programs \
share/apps/kicker/applets \
2002-04-04 13:29:21 -05:00
share/apps/knewsticker \
share/apps/konqueror \
share/apps/kscreensaver \
share/apps/kthememgr/Themes \
share/apps/kwin/icewm-themes \
share/apps/kworldclock/maps/depths \
share/icons/hicolor/22x22/apps \
share/icons/hicolor/32x32/apps \
share/icons/hicolor/48x48/apps \
share/icons/locolor/16x16/apps \
share/icons/locolor/32x32/apps \
share/locale \
share/sounds \
share/templates/.source \
share/wallpapers
post-install:
.for i in ${EXTRA_DIRECTORIES}
@${INSTALL_DATA_DIR} ${PREFIX}/$i
.endfor
2002-03-23 10:01:20 -05:00
.include <bsd.port.mk>