mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
f49612d63f
Additional port changes: * Changed to DISTVERSION * Added LICENSE/LICENSE_FILE * Sorted USES PR: 225571 Submitted by: feld Approved by: tcberner (mentor, implicit)
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# Created by: Evgeny Zhirnov <jirnov@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= archivemount
|
|
DISTVERSION= 0.8.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.cybernoia.de/software/archivemount/
|
|
|
|
MAINTAINER= jirnov@gmail.com
|
|
COMMENT= Mount archives with FUSE
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= fuse gmake iconv libarchive pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/archivemount \
|
|
man/man1/archivemount.1.gz
|
|
|
|
.include <bsd.port.mk>
|