summaryrefslogtreecommitdiff
path: root/textproc/dict-client
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2002-10-11 00:47:28 +0000
committeruebayasi <uebayasi>2002-10-11 00:47:28 +0000
commit1e83e7edcdde7a15823b478eee7f68ac1cea863e (patch)
treed1a37e8346b980d87bb12ac48f43a5cdf566df6a /textproc/dict-client
parentd869ebc75839fa0215cfad3f0dea696c64654e24 (diff)
downloadpkgsrc-1e83e7edcdde7a15823b478eee7f68ac1cea863e.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')
-rw-r--r--textproc/dict-client/Makefile12
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"