diff options
author | steve <steve@FreeBSD.org> | 1998-02-25 09:23:01 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-02-25 09:23:01 +0800 |
commit | 5f19b7c132e25ce68ede07624ca5003754b7ede6 (patch) | |
tree | e8b3e1405f7ef05d225360c9142c12c0a846a563 /textproc/dict/Makefile | |
parent | 9966a715223c283a78d00db88ac58805c4c762a8 (diff) | |
download | freebsd-ports-gnome-5f19b7c132e25ce68ede07624ca5003754b7ede6.tar.gz freebsd-ports-gnome-5f19b7c132e25ce68ede07624ca5003754b7ede6.tar.zst freebsd-ports-gnome-5f19b7c132e25ce68ede07624ca5003754b7ede6.zip |
Dictionary Server Protocol (RFC2229) client.
PR: 5835
Submitted by: Josh Giliam <josh@quick.net>
Diffstat (limited to 'textproc/dict/Makefile')
-rw-r--r-- | textproc/dict/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile new file mode 100644 index 000000000000..6788be13e365 --- /dev/null +++ b/textproc/dict/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: dict +# Version required: 1.4.5 +# Date created: 19 February 1998 +# Whom: Josh Gilliam <josh@quick.net> +# +# $Id$ +# + +DISTNAME= dictd-1.4.5 +PKGNAME= dict-1.4.5 +CATEGORIES= net +MASTER_SITES= ftp://ftp.cs.unc.edu/pub/users/faith/dict/ + +MAINTAINER= josh@quick.net + +GNU_CONFIGURE= yes +CONFIGURE_ENV= PREFIX=${PREFIX} +USE_GMAKE= yes +ALL_TARGET= dict +INSTALL_TARGET= install.dict +MAN1= dict.1 + +.include <bsd.port.mk> |