mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
3a79929fdb
PR: 241272 Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
32 lines
726 B
Makefile
32 lines
726 B
Makefile
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= chironfs
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://BSDforge.com/projects/source/sysutils/chironfs/
|
|
PKGNAMEPREFIX= fusefs-
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= FUSE based filesystem with replication at the filesystem level
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/doc/copyright
|
|
|
|
USES= fuse localbase:ldflags
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/chironfs bin/chirctl man/man8/chironfs.8.gz
|
|
PORTDOCS= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,-liconv,${ICONV_LIB},' ${WRKSRC}/src/Makefile.*
|
|
|
|
post-patch-DOCS-off:
|
|
@${REINPLACE_CMD} -e 's, doc , ,' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|