mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
Finaly we can get Linux Steam utils works again! :) While here, pet reative paths Sponsored by: Future Crew, LLC
23 lines
535 B
Makefile
23 lines
535 B
Makefile
PORTNAME= libxslt
|
|
PORTVERSION= 1.1.34
|
|
DISTVERSIONSUFFIX= -9.el9
|
|
PORTREVISION= 1
|
|
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
|
|
WANT_LINUX32= yes
|
|
|
|
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|