diff options
Diffstat (limited to 'misc/koffice/Makefile')
-rw-r--r-- | misc/koffice/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile new file mode 100644 index 00000000000..4d68e3f82af --- /dev/null +++ b/misc/koffice/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/30 00:25:19 hubertf Exp $ +# + +DISTNAME= koffice-2.0.1 +CATEGORIES= misc kde + +HOMEPAGE= http://koffice.kde.org/ +COMMENT= KDE Office Suite with text processor, spreadsheet, ... + +.include "../../x11/kde2/Makefile.part1" + +DEPENDS+= kdebase-2.1:../../x11/kdebase2 + +.include "../../x11/kde2/Makefile.part2" + +CONFIGURE_ENV+= LIBS="-Wl,-export-dynamic" + +.include "../../mk/bsd.pkg.mk" |