View | Details | Raw Unified | Return to bug 265289 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/fusefs-ext2/Makefile (-9 / +14 lines)
Lines 1-7 Link Here
1
PORTNAME=	fusefs-ext2
1
PORTNAME=	fusefs-ext2
2
PORTVERSION=	0.0.10
2
PORTVERSION=	0.0.10
3
DISTVERSIONPREFIX=	v
3
DISTVERSIONPREFIX=	v
4
PORTREVISION=	3
4
PORTREVISION=	4
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
6
7
MAINTAINER=	ehaupt@FreeBSD.org
7
MAINTAINER=	ehaupt@FreeBSD.org
Lines 10-32 COMMENT= FUSE module to mount ext2, ext3 and ext4 with read write support Link Here
10
LICENSE=	GPLv2
10
LICENSE=	GPLv2
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
BUILD_DEPENDS=	mke2fs:sysutils/e2fsprogs
13
BUILD_DEPENDS=	mke2fs:sysutils/e2fsprogs@${FLAVOR}
14
RUN_DEPENDS=	mke2fs:sysutils/e2fsprogs
14
RUN_DEPENDS=	mke2fs:sysutils/e2fsprogs@${FLAVOR}
15
15
16
USES=		autoreconf libtool fuse pkgconfig localbase:ldflags
16
FLAVORS=			default nobootfsck
17
nobootfsck_PKGNAMESUFFIX=	-nobootfsck
18
19
USES=		autoreconf fuse libtool localbase:ldflags pkgconfig
17
USE_GITHUB=	yes
20
USE_GITHUB=	yes
18
21
19
GH_PROJECT=	fuse-ext2
20
GH_ACCOUNT=	alperakcan
22
GH_ACCOUNT=	alperakcan
23
GH_PROJECT=	fuse-ext2
21
GH_TAGNAME=	ea7bacf
24
GH_TAGNAME=	ea7bacf
22
25
23
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
24
27
25
CPPFLAGS+=	-I${LOCALBASE}/include/e2fsprogs
28
CPPFLAGS+=	-I${LOCALBASE}/include/e2fsprogs
26
LDFLAGS+=	-L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs
29
LDFLAGS+=	-L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath \
30
		-Wl,${LOCALBASE}/lib/e2fsprogs
27
31
28
PLIST_FILES=	bin/fuse-ext2 bin/fuse-ext2.probe \
32
PLIST_FILES=	bin/fuse-ext2 \
29
		man/man1/fuse-ext2.1.gz \
33
		bin/fuse-ext2.probe \
30
		libdata/pkgconfig/fuse-ext2.pc
34
		libdata/pkgconfig/fuse-ext2.pc \
35
		man/man1/fuse-ext2.1.gz
31
36
32
.include <bsd.port.mk>
37
.include <bsd.port.mk>

Return to bug 265289