summaryrefslogtreecommitdiff
path: root/textproc/dict/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-02-25 01:23:01 +0000
committerSteve Price <steve@FreeBSD.org>1998-02-25 01:23:01 +0000
commit3041bcc6f3e8b9d5dc6b9a969d1efa7e829d5b63 (patch)
treed6038edf1273af3bc9018e5b65793ac7b7e96035 /textproc/dict/Makefile
parentUpgrade to version 4.0 and allow the build of A4 and LETTER (diff)
Dictionary Server Protocol (RFC2229) client.
PR: 5835 Submitted by: Josh Giliam <josh@quick.net>
Notes
Notes: svn path=/head/; revision=9914
Diffstat (limited to 'textproc/dict/Makefile')
-rw-r--r--textproc/dict/Makefile23
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>