blob: 858d8e0d61bac69da1c1ed638b17dd09c0398de6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Evgeny Zhirnov <jirnov@gmail.com>
# $FreeBSD$
PORTNAME= archivemount
PORTVERSION= 0.6.1
CATEGORIES= sysutils
MASTER_SITES= http://www.cybernoia.de/software/archivemount/
MAINTAINER= jirnov@gmail.com
COMMENT= Mount archives with FUSE
PLIST_FILES= bin/archivemount
MAN1= archivemount.1
GNU_CONFIGURE= yes
NO_INSTALL_MANPAGES= yes
USES= fuse pkgconfig
USE_GMAKE= yes
USE_ICONV= yes
USE_GCC= 4.2+
.include <bsd.port.mk>
|