20 lines
632 B
Makefile
20 lines
632 B
Makefile
# $NetBSD: Makefile.kde2,v 1.7 2002/09/20 02:39:59 jlam 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
|
|
|
|
MAINTAINER?= skrll@netbsd.org
|
|
HOMEPAGE?= http://www.kde.org/
|
|
|
|
USE_GMAKE= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/admin/ltconfig
|