diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-11 18:00:29 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-11 18:00:29 +0000 |
commit | 467d5b393c996d78fdf5bccfc0f4b479452ac893 (patch) | |
tree | 2118485deffd97d3a75724192a90f34f3f7302dd /security/xinetd | |
parent | 11fee9c702802ebe947ea2e862f8f430c3eba68e (diff) | |
download | ports-467d5b393c996d78fdf5bccfc0f4b479452ac893.tar.gz ports-467d5b393c996d78fdf5bccfc0f4b479452ac893.zip |
Notes
Diffstat (limited to 'security/xinetd')
-rw-r--r-- | security/xinetd/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index 515a29efeaaa..ae12d3fe050d 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -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) |