1996-07-10 22:18:38 +00:00
|
|
|
# New ports collection makefile for: xinetd
|
1999-05-10 17:15:01 +00:00
|
|
|
# Date created: 28 June 1996
|
|
|
|
# Whom: markm
|
1996-07-10 22:18:38 +00:00
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1996-07-10 22:18:38 +00:00
|
|
|
#
|
|
|
|
|
2000-04-15 04:31:31 +00:00
|
|
|
PORTNAME= xinetd
|
2001-06-30 19:59:52 +00:00
|
|
|
PORTVERSION= 2.3.0
|
1996-11-17 07:58:10 +00:00
|
|
|
CATEGORIES= security
|
2001-07-01 05:04:03 +00:00
|
|
|
MASTER_SITES= http://www.xinetd.org/
|
1996-07-10 22:18:38 +00:00
|
|
|
|
1999-11-13 07:42:54 +00:00
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
1996-07-10 22:18:38 +00:00
|
|
|
|
1999-05-10 17:15:01 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
ALL_TARGET= build
|
2001-07-01 05:04:03 +00:00
|
|
|
CONFIGURE_ARGS+= --with-loadavg --with-libwrap
|
2000-09-12 04:10:01 +00:00
|
|
|
# --with-inet6 "ipv6's code seens buggy.."
|
1996-11-17 07:58:10 +00:00
|
|
|
|
1999-05-10 17:15:01 +00:00
|
|
|
MAN5= xinetd.conf.5
|
|
|
|
MAN8= xinetd.8 xinetd.log.8
|
1996-07-10 22:18:38 +00:00
|
|
|
|
2001-07-01 05:04:03 +00:00
|
|
|
post-patch:
|
|
|
|
.for dir in sio str misc xlog pset pq timer
|
|
|
|
${PERL} -pi -e 's!\@INSTALL\@!/bin/cp!; s!-m 640!!' \
|
|
|
|
${WRKSRC}/libs/src/${dir}/Makefile.in
|
|
|
|
.endfor
|
|
|
|
|
1997-12-04 03:41:07 +00:00
|
|
|
post-install:
|
|
|
|
@if [ ! -f ${PREFIX}/etc/rc.d/xinetd.sh ]; then \
|
|
|
|
${ECHO} "Install ${PREFIX}/etc/rc.d/xinetd.sh startup file."; \
|
2000-07-05 12:37:06 +00:00
|
|
|
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/xinetd.sh ${PREFIX}/etc/rc.d/xinetd.sh; \
|
1997-12-04 03:41:07 +00:00
|
|
|
fi
|
1999-05-10 17:15:01 +00:00
|
|
|
strip ${PREFIX}/sbin/xinetd
|
1998-07-11 00:37:53 +00:00
|
|
|
|
1996-07-10 22:18:38 +00:00
|
|
|
.include <bsd.port.mk>
|