Files
ports/sysutils/fusefs-funionfs/Makefile
T
Alexey Dokuchaev 6bb18aedcf - Unbreak the build with -fno-common (Clang 11, GCC 10)
- Convert to USES+=localbase, define LICENSE (GPLv2+)

Reported by:	pkg-fallout
2020-09-04 04:02:38 +00:00

25 lines
493 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= funionfs
PORTVERSION= 0.4.3
CATEGORIES= sysutils
MASTER_SITES= http://funionfs.apiou.org/file/
PKGNAMEPREFIX= fusefs-
MAINTAINER= ports@FreeBSD.org
COMMENT= Union filesystem for the FUSE driver
LICENSE= GPLv2+
USES= fuse localbase
GNU_CONFIGURE= yes
PLIST_FILES= bin/funionfs man/man1/${PORTNAME}.1.gz
post-patch:
@${REINPLACE_CMD} -e 's,^struct unionfs_desc,extern &,' \
${WRKSRC}/control.c
.include <bsd.port.mk>