blob: 0d101e87c04591b8ab133e1eedc183ec0eebbc0f (
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
|
# $NetBSD: Makefile,v 1.16 1998/11/06 05:15:41 mycroft Exp $
# FreeBSD Id: Makefile,v 1.2 1997/11/05 04:19:46 asami Exp
#
DISTNAME= kdesupport-1.0
CATEGORIES= converters kde
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/ \
ftp://ftp.de.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.kde.org/
DEPENDS+= qt-1.41:../../x11/qt
CONFLICTS= kdesupport-2.1b kdesupport-3.1b kdesupport-4.1b
USE_X11= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \
"--with-qt-includes=${PREFIX}/include/qt" \
"--with-qt-libraries=${PREFIX}/lib" \
"--without-gnu-ld" \
"--without-libjpeg" \
"--without-libgif" \
"--without-libgdbm" \
"--without-libuulib"
LIBTOOL_FLAGS= --install-la
.include "../../mk/bsd.pkg.mk"
|