freebsd-ports/textproc/linux-c7-libxml2/Makefile
Tijl Coosemans 5b721b6172 Eliminate RPMVERSION from Linux ports and set DISTVERSIONSUFFIX instead.
This puts all version information together in the port Makefiles.
2019-06-08 13:13:29 +00:00

24 lines
484 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= libxml2
PORTVERSION= 2.9.1
DISTVERSIONSUFFIX= -6.el7_2.3
PORTREVISION= 1
CATEGORIES= textproc linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Library providing XML and HTML support (Linux CentOS ${LINUX_DIST_VER})
LICENSE= MIT
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>