summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-afuse/Makefile
blob: bfea2311d3b3247a15c9f7089c7aeadea523d26f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Alexander Logvinov <ports@logvinov.com>

PORTNAME=	afuse
PORTVERSION=	0.4.1
PORTREVISION=	1
CATEGORIES=	sysutils
MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/afuse/
PKGNAMEPREFIX=	fusefs-

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	File system automounting implemented in user-space using FUSE

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cpe fuse pkgconfig
GNU_CONFIGURE=	yes

PORTDOCS=	AUTHORS README

OPTIONS_DEFINE=	DOCS
DOCS_SUB_FILES=	pkg-message

post-install:
	${INSTALL_MAN} ${FILESDIR}/afuse.1 ${STAGEDIR}${MAN1PREFIX}/man/man1

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>