diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-26 18:25:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-26 18:25:30 +0000 |
commit | 15e3adbb15edfd9816bf6b821a1a318e34f74519 (patch) | |
tree | 3cbb669f2afeac3fe4436f27fbeb0f55fd924a75 /editors | |
parent | 58d476f6883c711dcc0773494d0e2732b24233c3 (diff) | |
download | pkgsrc-15e3adbb15edfd9816bf6b821a1a318e34f74519.tar.gz |
Note that this is based on gtk1 and a newer version is out.
Add conflicts with other abiword packages.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword1/DESCR | 3 | ||||
-rw-r--r-- | editors/abiword1/Makefile | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/editors/abiword1/DESCR b/editors/abiword1/DESCR index dbef30097dd..59259c8c703 100644 --- a/editors/abiword1/DESCR +++ b/editors/abiword1/DESCR @@ -6,3 +6,6 @@ and the image insertion. It is also able to import documents from Microsoft Word 97 and rtf (Rich Text Format) and to save documents using Internet HTML format. Several other features are planned for future releases, these include tables, lists and a Microsoft Word exporter. + +This version is using GTK+1; for the current version please look +at the ``abiword'' package. diff --git a/editors/abiword1/Makefile b/editors/abiword1/Makefile index ef98db1a954..f7b92d85f9d 100644 --- a/editors/abiword1/Makefile +++ b/editors/abiword1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/26 18:20:27 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2003/12/26 18:25:30 wiz Exp $ # # According to AbiSource's explanation of their trademark rights, # compilations/distributions of AbiWord not provided by AbiSource must @@ -14,13 +14,15 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/} MAINTAINER= dawszy@arhea.net HOMEPAGE= http://www.abisource.com/ -COMMENT= Open Source cross-platform word processor +COMMENT= Open Source cross-platform word processor (version 1, older) DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base DIST_SUBDIR= abisuite ABIWORD_VERS= 1.0.5 +CONFLICTS= abiword-[0-9]* abiword2-[0-9]* + USE_BUILDLINK2= # defined USE_X11= # defined USE_GMAKE= # defined |