blob: a8b7933fe5210cd39b8dc651cdbc2b2eca0f1ff2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile.kde3,v 1.2 2002/07/17 07:54:11 skrll Exp $
#
# This Makefile fragment is included at the top of package Makefiles for
# KDE3-distributed packages (they all share common configure and build
# settings).
CATEGORIES+= kde
_KDE_VERSION= 3.0.2
MASTER_SITES?= ftp://ftp.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \
ftp://ftp.us.kde.org/pub/kde/stable/${_KDE_VERSION}/src/ \
ftp://ftp.de.kde.org/pub/kde/stable/${_KDE_VERSION}/src/
EXTRACT_SUFX?= .tar.bz2
MAINTAINER?= skrll@netbsd.org
HOMEPAGE?= http://www.kde.org/
USE_GMAKE= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|