freebsd-ports/security/xinetd/Makefile

35 lines
790 B
Makefile
Raw Normal View History

# New ports collection makefile for: xinetd
# Date created: 28 June 1996
# Whom: markm
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
#
PORTNAME= xinetd
PORTVERSION= 2.3.14
PORTREVISION= 1
CATEGORIES= security ipv6
MASTER_SITES= http://www.xinetd.org/
2006-05-25 11:27:12 +02:00
MAINTAINER= sem@FreeBSD.org
COMMENT= Replacement for inetd with better control and logging
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= xinetd
ALL_TARGET= build
CONFIGURE_ARGS+= --with-loadavg --with-libwrap --with-ipv6
MAN5= xinetd.conf.5
2002-08-19 05:56:03 +02:00
MAN8= xconv.8 xinetd.8 xinetd.log.8
post-patch:
2002-05-11 13:29:27 +02:00
${FIND} ${WRKSRC}/libs/src -name Makefile.in | ${XARGS} \
${REINPLACE_CMD} -e 's!\@INSTALL\@!/bin/cp!; s!-m 640!!'
@${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/xinetd/xconfig.h
post-install:
2002-05-11 13:29:27 +02:00
@${STRIP_CMD} ${PREFIX}/sbin/xinetd
.include <bsd.port.mk>