40e480e741
use "ftp.us.kde.org" as primary master site.
23 lines
661 B
Makefile
23 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.25 1999/09/15 18:44:14 tron Exp $
|
|
# FreeBSD Id: Makefile,v 1.2 1997/11/05 04:19:46 asami Exp
|
|
#
|
|
|
|
DISTNAME= kdesupport-1.1.2
|
|
CATEGORIES= converters kde
|
|
MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/ \
|
|
ftp://ftp.de.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tron@netbsd.org
|
|
HOMEPAGE= http://www.kde.org/
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= "--without-gnu-ld" \
|
|
"--without-libjpeg" \
|
|
"--without-libgif" \
|
|
"--without-libgdbm" \
|
|
"--without-libuulib" \
|
|
"--without-sprite-field"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|