mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
36 lines
917 B
Makefile
36 lines
917 B
Makefile
# Ports collection Makefile for: Hesiod
|
|
# Date created: 6/11/1998
|
|
# Whom: n@nectar.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hesiod
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= dns
|
|
MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= A directory service built on DNS and BIND
|
|
|
|
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 \
|
|
hesiod_free_string.3 hesiod_parse_result.3
|
|
MAN5= hesiod.conf.5
|
|
|
|
USE_AUTOTOOLS= libtool:22
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E \
|
|
-e "s,\$${INSTALL} -m 444,\$${BSD_INSTALL_MAN}," \
|
|
-e "s,\$${INSTALL} -m 644,\$${BSD_INSTALL_DATA}," \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|