diff options
Diffstat (limited to 'net/linux-c7-tcp_wrappers-libs/Makefile')
-rw-r--r-- | net/linux-c7-tcp_wrappers-libs/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/linux-c7-tcp_wrappers-libs/Makefile b/net/linux-c7-tcp_wrappers-libs/Makefile new file mode 100644 index 000000000000..b3f5c01bec39 --- /dev/null +++ b/net/linux-c7-tcp_wrappers-libs/Makefile @@ -0,0 +1,21 @@ +# Created by: Piotr Kubaj <pkubaj@anongoth.pl> +# $FreeBSD$ + +PORTNAME= tcp_wrappers-libs +PORTVERSION= 7.6 +CATEGORIES= net linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Libraries tcp wrappers (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-c6-${PORTNAME}-[0-9]* + +RPMVERSION= 77.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= xorglibs +USE_LINUX_RPM= yes + +SRC_DISTFILES= tcp_wrappers-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE + +.include <bsd.port.mk> |