pkgbase: Create a FreeBSD-tcpd package

And put the tcp-wrapper utilities in it.

Reviewed by:	emaste
MFC after:	2 weeks
Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D33439
This commit is contained in:
Emmanuel Vadot 2021-12-14 16:42:46 +01:00
parent 3ea43eff05
commit 078b764da3
4 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,8 @@
.PATH: ${SRCTOP}/contrib/tcp_wrappers
PACKAGE= tcpd
PROG= tcpd
MAN= tcpd.8
CSTD?= c89

View File

@ -104,6 +104,8 @@ svn_COMMENT= Subversion Version Control System
svn_DESC= Subversion Version Control System
syscons_COMMENT= Syscons Console
syscons_DESC= Syscons Console
tcpd_COMMENT= TCP Wrapper utilities
tcpd_DESC= TCP Wrapper utilities
telnet_COMMENT= Telnet and telnetd
telnet_DESC= Telnet and telnetd
tests_COMMENT= Test Suite

View File

@ -4,6 +4,8 @@
.PATH: ${SRCTOP}/contrib/tcp_wrappers
PACKAGE= tcpd
PROG= tcpdchk
MAN= tcpdchk.8
SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c

View File

@ -4,6 +4,8 @@
.PATH: ${SRCTOP}/contrib/tcp_wrappers
PACKAGE= tcpd
PROG= tcpdmatch
MAN= tcpdmatch.8
SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c