1998-07-04 19:51:53 +00:00
|
|
|
# Ports collection Makefile for: Hesiod
|
|
|
|
# Date created: 6/11/1998
|
|
|
|
# Whom: n@nectar.com
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1998-07-04 19:51:53 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= hesiod
|
|
|
|
PORTVERSION= 3.0.2
|
1998-07-04 19:51:53 +00:00
|
|
|
CATEGORIES= net
|
1999-05-28 20:53:31 +00:00
|
|
|
MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ \
|
|
|
|
http://www.nectar.cc/distfiles/
|
1998-07-04 19:51:53 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= nectar@FreeBSD.org
|
1998-07-04 19:51:53 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2000-06-16 10:38:50 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_SHLIBS= yes
|
1998-07-04 19:51:53 +00:00
|
|
|
|
1998-11-14 09:43:39 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
1998-10-07 19:34:46 +00:00
|
|
|
|
|
|
|
.if ${PORTOBJFORMAT} == elf
|
1999-10-04 17:34:16 +00:00
|
|
|
VERSION=3
|
|
|
|
SONAME="-Wl,-soname,libhesiod.so.${VERSION}"
|
1998-10-07 19:34:46 +00:00
|
|
|
.else
|
1999-10-04 17:34:16 +00:00
|
|
|
VERSION=3.0
|
1998-10-07 19:34:46 +00:00
|
|
|
.endif
|
|
|
|
|
1999-10-04 17:34:16 +00:00
|
|
|
MAKE_ENV+= VERSION="${VERSION}" SONAME="${SONAME}"
|
1998-11-14 09:43:39 +00:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|