Import sysutils/fusefs-ext2 version 0.0.10_1
[dports.git] / sysutils / fusefs-ext2 / Makefile
1 # Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       fusefs-ext2
5 PORTVERSION=    0.0.10
6 DISTVERSIONPREFIX=      v
7 PORTREVISION=   1
8 CATEGORIES=     sysutils
9
10 MAINTAINER=     ehaupt@FreeBSD.org
11 COMMENT=        FUSE module to mount ext2, ext3 and ext4 with read write support
12
13 LICENSE=        GPLv2
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 BUILD_DEPENDS=  mke2fs:sysutils/e2fsprogs
17 RUN_DEPENDS=    mke2fs:sysutils/e2fsprogs
18
19 USES=           autoreconf libtool fuse pkgconfig localbase:ldflags
20 USE_GITHUB=     yes
21 GNU_CONFIGURE=  yes
22 CPPFLAGS+=      -I${LOCALBASE}/include/e2fsprogs
23 LDFLAGS+=       -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs
24
25 GH_PROJECT=     fuse-ext2
26 GH_ACCOUNT=     alperakcan
27 GH_TAGNAME=     677722d
28
29 PLIST_FILES=    bin/fuse-ext2 bin/fuse-ext2.probe \
30                 man/man1/fuse-ext2.1.gz
31
32 .include <bsd.port.mk>