ports/devel/linux-c7-zlib-devel/Makefile
Felix Palmen a46abcf0d7 devel/linux-c7-zlib-devel: Add new port
This contains the headers to build Linux software using zlib.
Also add USE_LINUX=zlib-devel.

Approved by:		tijl, tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D35902
2022-09-11 13:26:30 +02:00

23 lines
479 B
Makefile

PORTNAME= zlib
PORTVERSION= 1.2.7
DISTVERSIONSUFFIX= -18.el7
CATEGORIES= devel linux
PKGNAMESUFFIX= -devel
MAINTAINER= emulation@FreeBSD.org
COMMENT= Zlib headers (Linux CentOS ${LINUX_DIST_VER})
WWW= http://zlib.net/
LICENSE= ZLIB
USES= cpe linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>