blob: 3343a83def651de0448d6c3a19baddbb320f1a75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile.kde2,v 1.8 2003/04/28 07:48:28 skrll Exp $
#
# This Makefile fragment is included at the top of package Makefiles for
# KDE2-distributed packages (they all share common configure and build
# settings).
CATEGORIES+= kde
_KDE_VERSION= 2.2.2
MASTER_SITES?= ftp://ftp.kde.org/pub/kde/Attic/${_KDE_VERSION}/src/ \
ftp://ftp.us.kde.org/pub/kde/Attic/${_KDE_VERSION}/src/ \
ftp://ftp.de.kde.org/pub/kde/Attic/${_KDE_VERSION}/src/
EXTRACT_SUFX?= .tar.bz2
HOMEPAGE?= http://www.kde.org/
USE_GMAKE= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig
|