mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
cd6ed67653
This reduces the patching level on some ports and make it simpler to maintainer over all supported version of freebsd
20 lines
416 B
Makefile
20 lines
416 B
Makefile
# Created by: Evgeny Zhirnov <jirnov@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= archivemount
|
|
PORTVERSION= 0.6.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.cybernoia.de/software/archivemount/
|
|
|
|
MAINTAINER= jirnov@gmail.com
|
|
COMMENT= Mount archives with FUSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= fuse pkgconfig iconv gmake libarchive
|
|
|
|
PLIST_FILES= bin/archivemount \
|
|
man/man1/archivemount.1.gz
|
|
|
|
.include <bsd.port.mk>
|