blob: d7584fd83f49df7157936b55d007d4792336540b (
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.43 2008/08/27 11:59:13 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.10
MASTER_SITE_KDE_I18N= ${MASTER_SITE_KDE:=3.5.10/src/kde-i18n/}
MASTER_SITES?= ${MASTER_SITE_KDE:=3.5.10/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
|