summaryrefslogtreecommitdiff
path: root/dns/hesiod/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-04 19:51:53 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-04 19:51:53 +0000
commit2fe784171ba1c1b5b7696bad3f50796d70bc3af0 (patch)
treeaf3aecf81b3b14578b18f921e2601328725309f3 /dns/hesiod/Makefile
parentTurn on mailcrypt. (diff)
Initial import of hesiod version 3.0.2.
hesiod - a directory service built on DNS and BIND. PR: 6924 Submitted by: Jacques Vidrine <n@nectar.com>
Notes
Notes: svn path=/head/; revision=11724
Diffstat (limited to 'dns/hesiod/Makefile')
-rw-r--r--dns/hesiod/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile
new file mode 100644
index 000000000000..16d38765a0b8
--- /dev/null
+++ b/dns/hesiod/Makefile
@@ -0,0 +1,27 @@
+# Ports collection Makefile for: Hesiod
+# Version required: 3.0.2
+# Date created: 6/11/1998
+# Whom: n@nectar.com
+#
+# $Id$
+#
+
+DISTNAME= hesiod-3.0.2
+CATEGORIES= net
+MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/
+
+MAINTAINER= n@nectar.com
+
+MAN1= hesinfo.1
+MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \
+ hesiod_free_passwd.3 hesiod_free_postoffice.3 \
+ hesiod_free_servent.3 hesiod_getmailhost.3 \
+ hesiod_getpwnam.3 hesiod_getpwuid.3 \
+ hesiod_getservbyname.3 hesiod_init.3 \
+ hesiod_resolve.3 hesiod_to_bind.3
+MAN5= hesiod.conf.5
+
+HAS_CONFIGURE= YES
+GNU_CONFIGURE= YES
+
+.include <bsd.port.mk>