All affected */linux-rl9-* ports was updated to versions corresponding to Rocky Linux 9.6 release repository Special thanks to jbo@ for amd64 mini exp-run!
26 lines
558 B
Makefile
26 lines
558 B
Makefile
PORTNAME= libxml2
|
|
PORTVERSION= 2.9.13
|
|
DISTVERSIONSUFFIX= -9.el9_6
|
|
PORTREVISION= 7
|
|
CATEGORIES= textproc linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Library providing XML and HTML support (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= http://xmlsoft.org/
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cpe linux:rl9
|
|
CPE_VENDOR= xmlsoft
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
WANT_LINUX32= yes
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}
|
|
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|