mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
da12e6723d
While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix
29 lines
593 B
Makefile
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>
|