1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/sysutils/fusefs-chironfs/Makefile
Dmitry Marakasov 632fbb70ee - Add LICENSE_FILE
- Switch to USES=localbase
- Pet portlint
- Update WWW

Approved by:	portmgr blanket
2018-03-14 09:33:13 +00:00

32 lines
725 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= chironfs
PORTVERSION= 1.1.1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://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>