summaryrefslogtreecommitdiff
path: root/sysutils/archivemount/Makefile
blob: 706f279512b2951c4992ba4ae9d8ad1b61af8cc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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 iconv gmake

NO_STAGE=	yes
.include <bsd.port.mk>