summaryrefslogtreecommitdiff
path: root/net/hesiod/Makefile
blob: 1811cdec3a578bc8f77964d2296cddd5074019b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Ports collection Makefile for:	Hesiod
# Version required:			3.0.2
# Date created:				6/11/1998
# Whom:					n@nectar.com
#
# $Id: Makefile,v 1.1.1.1 1998/07/04 19:51:53 steve Exp $
#

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

GNU_CONFIGURE=		YES

.include <bsd.port.mk>