diff options
author | kei <kei@pkgsrc.org> | 2003-03-02 15:05:39 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2003-03-02 15:05:39 +0000 |
commit | ca05c7ecd75119c8f52de7c4a15da7d53d234c04 (patch) | |
tree | ae37f24d0fb01fd04b9b2a291c44d88b7053f5ff /textproc/aiksaurus/Makefile | |
parent | df9087c922db807669b7dce415fec795dcc6cf42 (diff) | |
download | pkgsrc-ca05c7ecd75119c8f52de7c4a15da7d53d234c04.tar.gz |
(re-)import of Aiksaurus-0.15 to the NetBSD packages collection.
Aiksaurus is an English-language thesaurus that is suitable for
integration with word processors, email composers, and other authoring
software.
This package was prepared and send-pr'ed by Marc Recht. Closes PR
pkg/20413.
Diffstat (limited to 'textproc/aiksaurus/Makefile')
-rw-r--r-- | textproc/aiksaurus/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/aiksaurus/Makefile b/textproc/aiksaurus/Makefile new file mode 100644 index 00000000000..0a7b282c769 --- /dev/null +++ b/textproc/aiksaurus/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/02 15:05:39 kei Exp $ +# + +DISTNAME= Aiksaurus-0.15 +CATEGORIES= textproc +MASTER_SITES= http://www.aiksaurus.com/dist/TAR/ + +MAINTAINER= marc@informatik.uni-bremen.de +HOMEPAGE= http://www.aiksaurus.com/ +COMMENT= English-language thesaurus + +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" |