25 lines
544 B
Makefile
25 lines
544 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= systemd
|
|
PORTVERSION= 219
|
|
DISTVERSIONSUFFIX= -73.el7_8.6
|
|
PORTREVISION= 7
|
|
CATEGORIES= devel linux
|
|
PKGNAMESUFFIX= -libs
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Libraries for accessing systemd (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= elfutils-libs libgcrypt libgpg-error lz4
|
|
USE_LINUX_RPM= yes
|
|
|
|
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
|
|
|
|
post-patch:
|
|
@${RM} -r ${WRKSRC}/usr/lib*/libudev.so.* ${WRKSRC}/usr/lib*/security
|
|
|
|
.include <bsd.port.mk>
|