freebsd-ports/sysutils/archivemount/Makefile
Baptiste Daroussin cd6ed67653 Enforce libarchive from ports
This reduces the patching level on some ports and make it simpler to maintainer
over all supported version of freebsd
2015-07-19 22:04:44 +00:00

19 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>