a732c5b4e9
Upstream switched to https, so MASTER_SITES changed to avoid extra request and delay. Put archivemount more in line with common FreeBSD utilities providing symlink mount_archive and add pkg-message describing how it can be used in /etc/fstab. PR: 237014 Approved by: jirnov@gmail.com (maintainer timeout, 7 weeks)
29 lines
608 B
Makefile
29 lines
608 B
Makefile
# Created by: Evgeny Zhirnov <jirnov@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= archivemount
|
|
DISTVERSION= 0.8.12
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://www.cybernoia.de/software/archivemount/
|
|
|
|
MAINTAINER= jirnov@gmail.com
|
|
COMMENT= Mount archives with FUSE
|
|
|
|
LICENSE= LGPL20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= fuse gmake 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>
|