freebsd-ports/net/linux-c7-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

26 lines
586 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= tcp_wrappers
PORTVERSION= 7.6
PORTREVISION= 2
CATEGORIES= net linux
PKGNAMESUFFIX= -libs
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Libraries tcp wrappers (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${LINUXNAME}-[0-9]*
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
RPMVERSION= 77.el7
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= xorglibs
USE_LINUX_RPM= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>