ports/textproc/linux-rl9-libxslt/Makefile
Dima Panov 82dfb2f204 Linuxulator ports: Update Rocky Linux to 9.3 and add more packages
Sponsored by:	Serenity Cybersecurity, LLC

Co-authored-by:	awoonya <mzhyneva@gmail.com>
2024-05-12 13:01:20 +03:00

21 lines
487 B
Makefile

PORTNAME= libxslt
PORTVERSION= 1.1.34
DISTVERSIONSUFFIX= -9.el9
CATEGORIES= textproc linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= XSLT C library for GNOME (Rocky Linux ${LINUX_DIST_VER})
WWW= https://gitlab.gnome.org/GNOME/libxslt/
USES= cpe linux:rl9
CPE_VENDOR= xmlsoft
USE_LDCONFIG= yes
USE_LINUX= libxml2
USE_LINUX_RPM= yes
DESCR= ${.CURDIR:H}/${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>