1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/sysutils/fusefs-chironfs/Makefile
Raphael Kubo da Costa 3a79929fdb Switch MASTER_SITES and WWW to https in Chris' ports.
PR:		241272
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2019-10-19 12:21:22 +00:00

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>