26 lines
738 B
Makefile
26 lines
738 B
Makefile
# $NetBSD: Makefile,v 1.8 1998/07/14 20:55:28 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.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.33:../../x11/qt
|
|
|
|
USE_X11= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= "--prefix=${PREFIX}" \
|
|
"--datadir=${PREFIX}/share/kde" \
|
|
"--with-qt-includes=${X11BASE}/include/qt" \
|
|
"--with-qt-libraries=${X11BASE}/lib" \
|
|
"--without-gnu-ld" \
|
|
"--without-libjpeg" \
|
|
"--without-libgif" \
|
|
"--without-libgdbm" \
|
|
"--without-libuulib"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|