|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD: head/sysutils/avfs/Makefile 378590 2015-02-07 13:04:38Z bofh $ |
2 |
# $FreeBSD: head/sysutils/avfs/Makefile 378590 2015-02-07 13:04:38Z bofh $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= avfs |
4 |
PORTNAME= avfs |
| 5 |
PORTVERSION= 1.0.2 |
5 |
PORTVERSION= 1.0.3 |
| 6 |
CATEGORIES= sysutils |
6 |
CATEGORIES= sysutils |
| 7 |
MASTER_SITES= SF/avf/${PORTNAME}/${PORTVERSION} |
7 |
MASTER_SITES= SF/avf/${PORTNAME}/${PORTVERSION} |
| 8 |
|
8 |
|
|
Lines 13-21
Link Here
|
| 13 |
LICENSE= LGPL20 GPLv2 |
13 |
LICENSE= LGPL20 GPLv2 |
| 14 |
LICENSE_COMB= multi |
14 |
LICENSE_COMB= multi |
| 15 |
|
15 |
|
| 16 |
USES= libtool pkgconfig tar:bz2 |
16 |
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash |
|
|
17 |
|
| 18 |
USES= libtool pkgconfig tar:bz2 shebangfix perl5 |
| 19 |
USE_PERL5= run |
| 20 |
SHEBANG_FILES= extfs/uimg scripts/umountavfs scripts/mountavfs |
| 17 |
USE_LDCONFIG= yes |
21 |
USE_LDCONFIG= yes |
| 18 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
|
|
23 |
CONFIGURE_ENV+= PERL="${PERL}" |
| 19 |
|
24 |
|
| 20 |
INSTALL_TARGET= install-strip |
25 |
INSTALL_TARGET= install-strip |
| 21 |
|
26 |
|
|
Lines 23-35
Link Here
|
| 23 |
OPTIONS_SUB= yes |
28 |
OPTIONS_SUB= yes |
| 24 |
DEBUG_CONFIGURE_ENABLE= debug |
29 |
DEBUG_CONFIGURE_ENABLE= debug |
| 25 |
FUSE_CONFIGURE_ENABLE= fuse |
30 |
FUSE_CONFIGURE_ENABLE= fuse |
| 26 |
FUSE_USES= fuse shebangfix |
31 |
FUSE_USES= fuse |
| 27 |
FUSE_RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash |
|
|
| 28 |
|
| 29 |
.include <bsd.port.options.mk> |
| 30 |
|
| 31 |
.if ${PORT_OPTIONS:MFUSE} |
| 32 |
SHEBANG_FILES= scripts/umountavfs scripts/mountavfs |
| 33 |
.endif |
| 34 |
|
32 |
|
| 35 |
.include <bsd.port.mk> |
33 |
.include <bsd.port.mk> |