Tweak devel/racer version 2.1.31
[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=   2
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
22 GH_PROJECT=     fuse-ext2
23 GH_ACCOUNT=     alperakcan
24 GH_TAGNAME=     ea7bacf
25
26 GNU_CONFIGURE=  yes
27
28 CPPFLAGS+=      -I${LOCALBASE}/include/e2fsprogs
29 LDFLAGS+=       -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs
30
31 PLIST_FILES=    bin/fuse-ext2 bin/fuse-ext2.probe \
32                 man/man1/fuse-ext2.1.gz \
33                 libdata/pkgconfig/fuse-ext2.pc
34
35 .include <bsd.port.mk>