freebsd-ports/net/linux-c6-tcp_wrappers-libs/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

24 lines
554 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= tcp_wrappers
PORTVERSION= 7.6
PORTREVISION= 4
CATEGORIES= net linux
PKGNAMESUFFIX= -libs
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Libraries tcp wrappers (Linux CentOS ${LINUX_DIST_VER})
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
RPMVERSION= 58.el6
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX= xorglibs
USE_LINUX_RPM= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>