48 lines
1.3 KiB
Makefile
48 lines
1.3 KiB
Makefile
# Created by: markm
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xinetd
|
|
PORTVERSION= 2.3.15
|
|
PORTREVISION= 2
|
|
CATEGORIES= security
|
|
MASTER_SITES= GENTOO
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= Replacement for inetd with better control and logging
|
|
|
|
LICENSE= XINETD
|
|
LICENSE_NAME= xinetd license
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_RC_SUBR= xinetd
|
|
ALL_TARGET= build
|
|
CONFIGURE_ARGS= --with-loadavg
|
|
|
|
USES= cpe shebangfix
|
|
SHEBANG_FILES= ${WRKSRC}/xinetd/xconv.pl
|
|
|
|
OPTIONS_DEFINE= IPV6 LIBWRAP XCONV
|
|
OPTIONS_DEFAULT= LIBWRAP XCONV
|
|
OPTIONS_SUB= yes
|
|
|
|
XCONV_DESC= Install xconv utility (requires perl)
|
|
|
|
IPV6_CONFIGURE_WITH= ipv6
|
|
LIBWRAP_CONFIGURE_WITH= libwrap
|
|
XCONV_USES= perl5
|
|
XCONV_USE= PERL5=run
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/xinetd/xconfig.h
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xinetd/xinetd ${STAGEDIR}${PREFIX}/sbin/xinetd
|
|
${INSTALL_SCRIPT} ${WRKSRC}/xinetd/xconv.pl ${STAGEDIR}${PREFIX}/bin/xconv
|
|
${INSTALL_MAN} ${WRKSRC}/xinetd/xinetd.conf.man ${STAGEDIR}${PREFIX}/man/man5/xinetd.conf.5
|
|
${INSTALL_MAN} ${WRKSRC}/xinetd/xconv.pl.8 ${STAGEDIR}${PREFIX}/man/man8/xconv.8
|
|
${INSTALL_MAN} ${WRKSRC}/xinetd/xinetd.man ${STAGEDIR}${PREFIX}/man/man8/xinetd.8
|
|
${INSTALL_MAN} ${WRKSRC}/xinetd/xinetd.log.man ${STAGEDIR}${PREFIX}/man/man8/xinetd.log.8
|
|
|
|
.include <bsd.port.mk>
|