aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/archivemount/Makefile
blob: d6b76d133fd6235c852d562ae1c1a1822e530ea0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for: archivemount
# Date created: 2008-06-20
# Whom: Evgeny Zhirnov <jirnov@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   archivemount
PORTVERSION=    0.5.3
CATEGORIES= sysutils
MASTER_SITES=   http://www.cybernoia.de/software/archivemount/

MAINTAINER= jirnov@gmail.com
COMMENT=    Mount archives with FUSE

BUILD_DEPENDS=  ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
RUN_DEPENDS=    ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod

PLIST_FILES=    bin/archivemount

NO_INSTALL_MANPAGES=    yes
USE_GMAKE=  yes
USE_ICONV=  yes
USE_GCC=    4.2+

do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/archivemount ${PREFIX}/bin

.include <bsd.port.mk>