freebsd-ports/sysutils/archivemount/Makefile
Evgeny Zhirnov 1b7c6c2a7d sysutils/archivemount: Update to 0.9.1
ChangeLog:

* 0.9.1 - Incorporated fixes for compilation problems with newer gcc
          versions. Contributed by Niels de Vos
* 0.9.0 - Make sure the written archive's format is the same or as
          close as possible to the original. Due to a bug written files
          were always in ustar format. Contributed by Jeff Ebert.
        - Add AM_PROG_CC_C_O macro to configure.ac, contributed by
          Jeff Ebert
        - added option -o password, contributed by Scott Worley
        - Pass REG_ENHANCED to regcomp where available (Mac and BSD).
          Otherwise \? has no special meaning. Contributed by Michael
          J. Walsh
        - Removed magic number for block size, it's a constant now.
          Contributed by John Delgado

PR:		266518
2022-09-20 19:11:04 +01: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>