opnsense-ports/sysutils/archivemount/Makefile
Franco Fichtner 7eba600ec9 */*: sync with upstream
Taken from: FreeBSD
2022-09-26 10:14:12 +02:00

26 lines
598 B
Makefile

PORTNAME= archivemount
DISTVERSION= 0.9.1
CATEGORIES= sysutils
MASTER_SITES= https://www.cybernoia.de/software/archivemount/
MAINTAINER= jirnov@gmail.com
COMMENT= Mount archives with FUSE
WWW= https://www.cybernoia.de/software/archivemount.html
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING
USES= fuse iconv libarchive pkgconfig
GNU_CONFIGURE= yes
PLIST_FILES= bin/archivemount \
man/man1/archivemount.1.gz \
sbin/mount_archive
SUB_FILES= pkg-message
post-install:
${RLN} ${STAGEDIR}${PREFIX}/bin/archivemount \
${STAGEDIR}${PREFIX}/sbin/mount_archive
.include <bsd.port.mk>