ports/databases/linux-rl9-sqlite3/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

26 lines
590 B
Makefile

PORTNAME= sqlite
PORTVERSION= 3.34.1
DISTVERSIONSUFFIX= -7.el9_3
PORTREVISION= 2
CATEGORIES= databases linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Library that implements an embeddable SQL database engine (Rocky Linux ${LINUX_DIST_VER})
WWW= https://www.sqlite.org/
LICENSE= PD
USES= cpe linux:rl9
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
WANT_LINUX32= yes
BIN_DISTNAMES= ${DISTNAME}
LIB_DISTNAMES= sqlite-libs-${PORTVERSION}${DISTVERSIONSUFFIX}
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}3/pkg-descr
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>