1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/sysutils/avfs/Makefile
Alexey Dokuchaev 871b65c36c Update `sysutils/avfs' to version 1.0.6.
Approved by:	maintainer
2018-08-30 13:38:16 +00:00

34 lines
754 B
Makefile

# Created by: Evgeny Zhirnov <jirnov@gmail.com>
# $FreeBSD$
PORTNAME= avfs
PORTVERSION= 1.0.6
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: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>