diff options
Diffstat (limited to 'misc/koffice/Makefile')
-rw-r--r-- | misc/koffice/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index d67e90de564..5d21dfa0ad6 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,18 +1,23 @@ -# $NetBSD: Makefile,v 1.18 2003/01/10 11:15:55 drochner Exp $ +# $NetBSD: Makefile,v 1.19 2003/04/09 13:57:14 markd Exp $ DISTNAME= koffice-1.2.1 +PKGREVISION= 1 CATEGORIES= misc kde MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.2.1/src/ \ ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.2.1/src/ \ ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.2.1/src/ EXTRACT_SUFX= .tar.bz2 -CONFLICTS+= koffice3-[0-9]* +PATCH_SITES= http://www.koffice.org/bugfixes/ +PATCHFILES= 1.2.1_kword_crashes.diff +PATCH_DIST_ARGS?= -d ${WRKSRC}/kword -p0 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.koffice.org/ COMMENT= KDE Office Suite +CONFLICTS+= koffice3-[0-9]* + USE_BUILDLINK2= YES USE_GMAKE= YES GNU_CONFIGURE= YES |