mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
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
23 lines
479 B
Makefile
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>
|