Lines 6-32
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= funionfs |
8 |
PORTNAME= funionfs |
9 |
PORTVERSION= 0.4.1 |
9 |
PORTVERSION= 0.4.2 |
10 |
CATEGORIES= sysutils |
10 |
CATEGORIES= sysutils |
11 |
MASTER_SITES= http://funionfs.apiou.org/file/ |
11 |
MASTER_SITES= http://funionfs.apiou.org/file/ |
12 |
PKGNAMEPREFIX= fusefs- |
12 |
PKGNAMEPREFIX= fusefs- |
13 |
|
13 |
|
14 |
MAINTAINER= gslin@gslin.org |
14 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= Union filesystem for the FUSE driver |
15 |
COMMENT= Union filesystem for the FUSE driver |
16 |
|
16 |
|
17 |
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod |
|
|
18 |
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs |
17 |
BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs |
|
|
18 |
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod |
19 |
|
19 |
|
20 |
PLIST_FILES= bin/funionfs |
20 |
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man |
21 |
|
21 |
CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ |
22 |
do-build: |
22 |
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" |
23 |
(cd ${WRKSRC} && ${CC} ${CFLAGS} -DFUSE_USE_VERSION=25 \ |
23 |
GNU_CONFIGURE= yes |
24 |
-D_FILE_OFFSET_BITS=64 -I${LOCALBASE}/include/fuse \ |
|
|
25 |
-o funionfs main.c \ |
26 |
-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lfuse) |
27 |
|
24 |
|
28 |
do-install: |
25 |
MAN1= funionfs.1 |
29 |
${INSTALL_PROGRAM} ${WRKSRC}/funionfs ${TARGETDIR}/bin |
26 |
PLIST_FILES= bin/funionfs |
30 |
|
27 |
|
31 |
.include <bsd.port.pre.mk> |
28 |
.include <bsd.port.pre.mk> |
32 |
|
29 |
|