aboutsummaryrefslogtreecommitdiff
path: root/sysutils/e2fsprogs/Makefile
blob: ed7eaaf3965f4d372c05a8a3bfd9e81b6ed1e9d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	e2fsprogs
CATEGORIES=	sysutils
PORTVERSION=	1.47.0
PORTREVISION=	1
BUILD_DEPENDS=	e2fsprogs-core=${PORTVERSION}${${PORTREVISION} > 0:?_${PORTREVISION}:}: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>