freebsd-ports/devel/linux-c7-systemd-libs/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
532 B
Makefile

PORTNAME= systemd
PORTVERSION= 219
DISTVERSIONSUFFIX= -78.el7_9.3
PORTREVISION= 10
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>