summaryrefslogtreecommitdiff
path: root/converters/kdesupport2/Makefile
blob: 353276be0702644fc183bcb56882d67f3a9495c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 16:09:44 skrll Exp $
#

DISTNAME=	kdesupport-2.1
CATEGORIES=	converters kde
.include "../../x11/kde2/Makefile.part1"
COMMENT=	Mime support library for the KDE desktop

USE_LIBTOOL=		yes
LTCONFIG_OVERRIDE=	${WRKSRC}/audiofile/ltconfig \
			${WRKSRC}/admin/ltconfig
GNU_CONFIGURE=		yes
USE_GMAKE=		yes

CONFIGURE_ARGS=		"--with-extra-includes=${LOCALBASE}/include" \
			"--without-libuulib" \
			"--without-audiofile"

.include "../../mk/bsd.pkg.mk"