e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
24 lines
554 B
Makefile
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>
|