e3a7ca28c8
Site is now back up Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris <portmaster@bsdforge.com> Approved by: portmgr (blanket)
30 lines
714 B
Makefile
30 lines
714 B
Makefile
PORTNAME= afuse
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 2
|
|
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
|
|
WWW= https://github.com/pcarrier/afuse
|
|
|
|
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}${PREFIX}/share/man/man1
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|