mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
95e7081976
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
23 lines
429 B
Makefile
23 lines
429 B
Makefile
# 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
|
|
USE_GMAKE= yes
|
|
USE_GCC= 4.2+
|
|
|
|
.include <bsd.port.mk>
|