diff options
author | tron <tron@pkgsrc.org> | 1999-07-27 22:00:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-27 22:00:21 +0000 |
commit | ff20873c5206c4967ba53f0df9ea8f08cc24305e (patch) | |
tree | 7730e8db356d08691510c5cd6393fc4ab6349672 /textproc/dict-client/Makefile | |
parent | 2b9914f78de28b9982a795e56b6700d357a40d16 (diff) | |
download | pkgsrc-ff20873c5206c4967ba53f0df9ea8f08cc24305e.tar.gz |
Import "dict-client" package submitted by Michael Santos in PR pkg/7998:
Dictionary Service Protocol client.
Diffstat (limited to 'textproc/dict-client/Makefile')
-rw-r--r-- | textproc/dict-client/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile new file mode 100644 index 00000000000..ec9e2c069db --- /dev/null +++ b/textproc/dict-client/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/07/27 22:00:21 tron Exp $ + +DISTNAME= dictd-1.4.9 +PKGNAME= dict-client-1.4.9 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ \ + ftp://ftp.dict.org/pub/dict/ + +MAINTAINER= mike@ethmoid.org +HOMEPAGE= http://www.dict.org/ + +ALL_TARGET= dict +INSTALL_TARGET= install.dict + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |