diff options
author | uebayasi <uebayasi> | 2002-10-11 00:47:28 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2002-10-11 00:47:28 +0000 |
commit | 0783fbb8e486c2a2d326294d64cb76d15ad9b722 (patch) | |
tree | d1a37e8346b980d87bb12ac48f43a5cdf566df6a /textproc/dict-client/Makefile | |
parent | 7862942f538f9e21c4653ff84c57c2b8e60dce91 (diff) | |
download | pkgsrc-0783fbb8e486c2a2d326294d64cb76d15ad9b722.tar.gz |
Note update of Dictd (dict-server and dict-client) to 1.8.0.
Approximate set of changes from 1.5.5 is:
* Plug-in capability is added. This helps to develop alternative
database formats.
* dictdmt is added.
* Suffix search improvements.
* UTF-8 support.
And many bug fixes as usual.
Diffstat (limited to 'textproc/dict-client/Makefile')
-rw-r--r-- | textproc/dict-client/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index 0ab273dd2bd..a2d738c46c0 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/10/12 10:51:51 simonb Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/11 00:49:35 uebayasi Exp $ -DISTNAME= dictd-1.5.5 -PKGNAME= dict-client-1.5.5 +DISTNAME= dictd-1.8.0 +PKGNAME= dict-client-1.8.0 CATEGORIES= textproc MASTER_SITES= ftp://ftp.dict.org/pub/dict/ @@ -9,8 +9,9 @@ MAINTAINER= mike@ethmoid.org HOMEPAGE= http://www.dict.org/ COMMENT= Dictionary Service Protocol client -USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_BUILDLINK2= # defined +USE_GMAKE= # defined +GNU_CONFIGURE= # defined ALL_TARGET= dict INSTALL_TARGET= install.dict @@ -19,4 +20,5 @@ FILESDIR= ${.CURDIR}/../../textproc/dict-server/files PATCHDIR= ${.CURDIR}/../../textproc/dict-server/patches DISTINFO_FILE= ${.CURDIR}/../../textproc/dict-server/distinfo +.include "../../devel/libtool/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |