b48eba1112
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
36 lines
1 KiB
Makefile
36 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.45 2002/03/13 17:37:26 fredb Exp $
|
|
# FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp
|
|
#
|
|
|
|
DISTNAME= kdeutils-1.1.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/Attic/old/1.1.2/distribution/tar/generic/source/bz2/ \
|
|
ftp://ftp.de.kde.org/pub/kde/Attic/old/1.1.2/distribution/tar/generic/source/bz2/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.kde.org/
|
|
COMMENT= Various utilities for the KDE integrated X11 desktop
|
|
|
|
DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase
|
|
|
|
USE_X11BASE= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
EVAL_PREFIX+= QT1DIR=qt1 KDEBASEDIR=kdebase
|
|
CONFIGURE_ARGS= "--with-qt-dir=${QT1DIR}/qt1"
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
CONFIGURE_ENV= KDEDIR=${KDEBASEDIR} \
|
|
CXXFLAGS="${CFLAGS}" \
|
|
all_libraries="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -L${X11BASE}/lib -Wl,-R${X11BASE}/lib"
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
CONFIGURE_ENV+= DO_NOT_COMPILE=kab
|
|
PLIST_SRC= ${PKGDIR}/PLIST.${OPSYS}
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|