1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Add LICENSE

- Use new OPTIONS features
This commit is contained in:
Dmitry Marakasov 2016-09-11 18:00:29 +00:00
parent 11fee9c702
commit 467d5b393c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421860

View File

@ -10,17 +10,22 @@ 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
OPTIONS_SUB= yes
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)