mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 10:57:37 -04:00
21 lines
519 B
Makefile
21 lines
519 B
Makefile
PORTNAME= systemd-libs
|
|
PORTVERSION= 219
|
|
DISTVERSIONSUFFIX= -78.el7_9.9
|
|
PORTREVISION= 13
|
|
CATEGORIES= devel linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Libraries for accessing systemd (Linux CentOS ${LINUX_DIST_VER})
|
|
WWW= https://www.freedesktop.org/wiki/Software/systemd/
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cpe linux:c7
|
|
CPE_VENDOR= systemd_project
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= elfutils-libs libgcrypt libgpg-error lz4
|
|
USE_LINUX_RPM= yes
|
|
|
|
SRC_DISTFILES= systemd-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE
|
|
|
|
.include <bsd.port.mk>
|