blob: d744fcdd05795517149222d0750217210556b67e (
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.42 2008/02/20 09:45:55 markd 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.5.9
MASTER_SITE_KDE_I18N= ${MASTER_SITE_KDE:=3.5.9/src/kde-i18n/}
MASTER_SITES?= ${MASTER_SITE_KDE:=3.5.9/src/}
EXTRACT_SUFX?= .tar.bz2
MAINTAINER?= markd@NetBSD.org
HOMEPAGE?= http://www.kde.org/
USE_TOOLS+= gmake imake perl
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
SHLIBTOOL_OVERRIDE= # empty
|