summaryrefslogtreecommitdiff
path: root/converters/kdesupport/Makefile
blob: 792ef464dfed3a6149ab4ab487925eda0327c81d (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.17 1998/12/29 19:42:09 tron 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.42:../../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"