blob: b6c0c275130b2cd2f6650c7faeddfc54e36e37ae (
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
|
# $NetBSD: Makefile,v 1.13 1998/08/19 15:33:12 agc 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.us.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/ \
ftp://ftp.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/
MAINTAINER= tron@netbsd.org
DEPENDS+= qt-1.40:../../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"
|