blob: a9eb5e0b47bda28035bbf1881503dedb64c99ba8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# $NetBSD: Makefile,v 1.30 1999/03/22 08:41:48 tron Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp
#
DISTNAME= kdelibs-1.1
CATEGORIES= x11 kde
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.1/distribution/tar/generic/source/bz2/ \
ftp://ftp.de.kde.org/pub/kde/stable/1.1/distribution/tar/generic/source/bz2/
EXTRACT_SUFX= .tar.bz2
PATCH_SITES= ftp://ftp.kde.org/pub/kde/security_patches/ \
ftp://ftp.de.kde.org/pub/kde/security_patches/
PATCHFILES= kdelibs-1.1-connect.patch
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.kde.org/
DEPENDS+= jpeg-6b:../../graphics/jpeg
DEPENDS+= png-1.0.3:../../graphics/png
DEPENDS+= qt-1.42:../../x11/qt
DEPENDS+= tiff-3.4:../../graphics/tiff
USE_X11BASE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOL_FLAGS= --cplusplus --install-la
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \
"--with-qt-dir=${PREFIX}" \
"--with-qt-includes=${PREFIX}/include/qt"
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
pre-patch:
@${LN} -s . ${WRKSRC}/${DISTNAME}
.include "../../mk/bsd.pkg.mk"
|