1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/devel/linux-rl9-libunistring/Makefile
Dima Panov edc230b72f devel/linux-rl9-libunistring: Add new port
Sponsored by:	Serenity Cybersecurity, LLC
2024-05-12 13:01:18 +03:00

21 lines
481 B
Makefile

PORTNAME= libunistring
PORTVERSION= 0.9.10
DISTVERSIONSUFFIX= -15.el9
CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Unicode string library (Rocky Linux ${LINUX_DIST_VER})
WWW= https://www.gnu.org/software/libunistring/
USES= linux:rl9
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>