ports/devel/linux-rl9-icu/Makefile
Dima Panov 7dbd23b9e8
*/*: Introduce Rocky Linux 9 32-bit compat librariries (+)
Finaly we can get Linux Steam utils works again! :)

While here, pet reative paths

Sponsored by:	Future Crew, LLC
2024-11-13 03:10:50 +03:00

29 lines
800 B
Makefile

PORTNAME= icu
PORTVERSION= 67.1
DISTVERSIONSUFFIX= -9.el9
PORTREVISION= 1
CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= International Components for Unicode (Rocky Linux ${LINUX_DIST_VER})
WWW= http://site.icu-project.org/
USES= cpe linux:rl9
CPE_VENDOR= ${PORTNAME}-project
CPE_PRODUCT= international_components_for_unicode
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
WANT_LINUX32= yes
BIN_DISTNAMES= ${PORTNAME}-${DISTVERSIONFULL}
LIB_DISTNAMES= lib${PORTNAME}-${DISTVERSIONFULL}
SRC_DISTFILES= ${PORTNAME}-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/lib${PORTNAME}-${PORTVERSION}
OPTIONS_DEFINE= DOCS
PLIST_SUB= LIBVERSION=${PORTVERSION} LIBVERSION_R=${PORTVERSION:R}
.include <bsd.port.mk>