f79573370a
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
39 lines
1.2 KiB
Makefile
39 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.59 2001/09/27 23:19:01 jlam Exp $
|
|
# FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp
|
|
#
|
|
|
|
DISTNAME= kdelibs-1.1.2
|
|
CATEGORIES= x11 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= Support libraries for the KDE integrated X11 desktop
|
|
|
|
DEPENDS+= jpeg-6b:../../graphics/jpeg
|
|
DEPENDS+= png>=1.0.11:../../graphics/png
|
|
DEPENDS+= qt1-1.44:../../x11/qt1
|
|
DEPENDS+= tiff-[0-9]*:../../graphics/tiff
|
|
|
|
USE_X11BASE= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
EVAL_PREFIX+= QT1DIR=qt1
|
|
CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \
|
|
"--with-qt-dir=${QT1DIR}/qt1"
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= "-Wl,-R${QT1DIR}/qt1/lib" \
|
|
"-L${QT1DIR}/qt1/lib"
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
CONFIGURE_ENV= KDEDIR=${PREFIX} \
|
|
CXXFLAGS="${CFLAGS}" \
|
|
all_libraries="-Wl,-R${LOCALBASE}/lib -L${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -L${X11BASE}/lib"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|