mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
6cc7079a1b
- Fix shebangs - Add missing run-depends PR: 200880 Submitted by: mp39590@gmail.com
34 lines
766 B
Makefile
34 lines
766 B
Makefile
# Created by: Evgeny Zhirnov <jirnov@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= avfs
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/avf/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= mp39590@gmail.com
|
|
COMMENT= Virtual File System library
|
|
|
|
# FUSE daemon is licensed as GPLv2, shared library is LGPLv2
|
|
LICENSE= LGPL20 GPLv2
|
|
LICENSE_COMB= multi
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
|
|
|
|
USES= libtool pkgconfig tar:bz2 shebangfix perl5
|
|
USE_PERL5= run
|
|
SHEBANG_FILES= extfs/uimg scripts/umountavfs scripts/mountavfs
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= PERL="${PERL}"
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= DEBUG FUSE
|
|
OPTIONS_SUB= yes
|
|
DEBUG_CONFIGURE_ENABLE= debug
|
|
FUSE_CONFIGURE_ENABLE= fuse
|
|
FUSE_USES= fuse
|
|
|
|
.include <bsd.port.mk>
|