blob: ba7f554abfd9a02ed026bec5e1817534204f8059 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.5 2001/04/09 12:00:28 wiz Exp $
DISTNAME= koffice-2.0.1
PKGNAME= koffice-1.0.1
CATEGORIES= misc kde
MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/2.0.1/distribution/tar/generic/src/ \
ftp://ftp.us.kde.org/pub/kde/stable/2.0.1/distribution/tar/generic/src/ \
ftp://ftp.de.kde.org/pub/kde/stable/2.0.1/distribution/tar/generic/src/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.koffice.org/
COMMENT= KDE Office Suite with text processor, spreadsheet, et cetera
DEPENDS+= kdebase-2.1:../../x11/kdebase2
.include "../../x11/kde2/Makefile.part2"
CONFIGURE_ENV+= LIBS="-Wl,-export-dynamic"
.include "../../mk/bsd.pkg.mk"
|