1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/sysutils/e2fsprogs/Makefile
Matthias Andree aeed96e0b1 sysutils/e2fsprogs: depend on exact e2fsprogs-core version
and not a ">=" version, because we copy built binary files
2023-02-09 19:54:27 +01:00

22 lines
528 B
Makefile

PORTNAME= e2fsprogs
CATEGORIES= sysutils
PORTVERSION= 1.47.0
PORTREVISION= 0
BUILD_DEPENDS= e2fsprogs-core=${PORTVERSION}:sysutils/e2fsprogs-core
RUN_DEPENDS= ${BUILD_DEPENDS}
DISTFILES= # empty
NO_BUILD= yes
LICENSE= GPLv2+
USES= cpe
CPE_VENDOR= e2fsprogs_project
MAINTAINER= mandree@FreeBSD.org
COMMENT= Wrapper to install e2fsprogs into /sbin
do-install:
${MKDIR} ${STAGEDIR}/sbin
${CP} -p ${LOCALBASE}/sbin/fsck_ext2fs ${STAGEDIR}/sbin
${CP} -p ${LOCALBASE}/sbin/e2fsck ${STAGEDIR}/sbin
.include <bsd.port.mk>