Lines 3-9
Link Here
|
3 |
PORTNAME= fusefs-ext2 |
3 |
PORTNAME= fusefs-ext2 |
4 |
PORTVERSION= 0.0.10 |
4 |
PORTVERSION= 0.0.10 |
5 |
DISTVERSIONPREFIX= v |
5 |
DISTVERSIONPREFIX= v |
6 |
PORTREVISION= 3 |
6 |
PORTREVISION= 4 |
7 |
CATEGORIES= sysutils |
7 |
CATEGORIES= sysutils |
8 |
|
8 |
|
9 |
MAINTAINER= ehaupt@FreeBSD.org |
9 |
MAINTAINER= ehaupt@FreeBSD.org |
Lines 15-34
LICENSE_FILE= ${WRKSRC}/COPYING
Link Here
|
15 |
BUILD_DEPENDS= mke2fs:sysutils/e2fsprogs |
15 |
BUILD_DEPENDS= mke2fs:sysutils/e2fsprogs |
16 |
RUN_DEPENDS= mke2fs:sysutils/e2fsprogs |
16 |
RUN_DEPENDS= mke2fs:sysutils/e2fsprogs |
17 |
|
17 |
|
18 |
USES= autoreconf libtool fuse pkgconfig localbase:ldflags |
18 |
FLAVORS= default nobootfsck |
|
|
19 |
nobootfsck_PKGNAMESUFFIX= -nobootfsck |
20 |
|
21 |
USES= autoreconf fuse libtool localbase:ldflags pkgconfig |
19 |
USE_GITHUB= yes |
22 |
USE_GITHUB= yes |
20 |
|
23 |
|
21 |
GH_PROJECT= fuse-ext2 |
|
|
22 |
GH_ACCOUNT= alperakcan |
24 |
GH_ACCOUNT= alperakcan |
|
|
25 |
GH_PROJECT= fuse-ext2 |
23 |
GH_TAGNAME= ea7bacf |
26 |
GH_TAGNAME= ea7bacf |
24 |
|
27 |
|
25 |
GNU_CONFIGURE= yes |
28 |
GNU_CONFIGURE= yes |
26 |
|
29 |
|
27 |
CPPFLAGS+= -I${LOCALBASE}/include/e2fsprogs |
30 |
CPPFLAGS+= -I${LOCALBASE}/include/e2fsprogs |
28 |
LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs |
31 |
LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath \ |
|
|
32 |
-Wl,${LOCALBASE}/lib/e2fsprogs@${FLAVOR} |
29 |
|
33 |
|
30 |
PLIST_FILES= bin/fuse-ext2 bin/fuse-ext2.probe \ |
34 |
PLIST_FILES= bin/fuse-ext2 \ |
31 |
man/man1/fuse-ext2.1.gz \ |
35 |
bin/fuse-ext2.probe \ |
32 |
libdata/pkgconfig/fuse-ext2.pc |
36 |
libdata/pkgconfig/fuse-ext2.pc \ |
|
|
37 |
man/man1/fuse-ext2.1.gz |
33 |
|
38 |
|
34 |
.include <bsd.port.mk> |
39 |
.include <bsd.port.mk> |