- convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt)
28 lines
524 B
Makefile
28 lines
524 B
Makefile
# New ports collection makefile for: archivemount
|
|
# Date created: 2008-06-20
|
|
# Whom: 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
|
|
USE_FUSE= yes
|
|
USE_GMAKE= yes
|
|
USE_ICONV= yes
|
|
USE_PKGCONFIG= yes
|
|
USE_GCC= 4.2+
|
|
|
|
.include <bsd.port.mk>
|