1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/fusefs-chironfs/Makefile
Baptiste Daroussin da12e6723d Convert USE_FUSE macros into USES feature.
While here trim headers
Convert some USE_GNOME= gnomehack -> USES= pathfix
2013-03-06 16:52:02 +00:00

29 lines
593 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= chironfs
PORTVERSION= 1.1.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= fusefs-
MAINTAINER= leeym@FreeBSD.org
COMMENT= A FUSE based filesystem with replication at the filesystem level
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USES= fuse
PLIST_FILES= bin/chironfs bin/chirctl
PORTDOCS= *
MAN8= chironfs.8
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's, doc , ,' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>