3f6c422e36
- Lots of maintainers timeout - unresponsive for almost a year PR: 195059
25 lines
574 B
Makefile
25 lines
574 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= unionfs
|
|
PORTVERSION= 0.26
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://podgorny.cz/unionfs-fuse/releases/
|
|
PKGNAMEPREFIX= fusefs-
|
|
DISTNAME= unionfs-fuse-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= FUSE based implementation of the well-known unionfs
|
|
|
|
PLIST_FILES= bin/unionfs \
|
|
man/man8/unionfs-fuse.8.gz
|
|
|
|
USES= fuse cmake tar:xz
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} "s,share/man,man,g" ${WRKSRC}/man/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|