mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
While here, hook up missed packages to resolve all 'not found' libraries Sponsored by: Future Crew, LLC
23 lines
562 B
Makefile
23 lines
562 B
Makefile
PORTNAME= systemd
|
|
PORTVERSION= 252
|
|
DISTVERSIONSUFFIX= -46.el9_5.2.0.1
|
|
PORTREVISION= 7
|
|
CATEGORIES= devel linux
|
|
PKGNAMESUFFIX= -libs
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Libraries for accessing systemd (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= https://www.freedesktop.org/wiki/Software/systemd/
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cpe linux:rl9
|
|
CPE_VENDOR= systemd_project
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= elfutils-libs libgcrypt libgpg-error lz4 nss
|
|
USE_LINUX_RPM= yes
|
|
WANT_LINUX32= yes
|
|
|
|
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
|
|
|
|
.include <bsd.port.mk>
|