cd6ed67653
This reduces the patching level on some ports and make it simpler to maintainer over all supported version of freebsd
19 lines
416 B
Makefile
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>
|