9babef345c
This project allows ordinary users to directly mount OS X disk images under Linux via FUSE. darling-dmg is part of Darling - http://www.darlinghq.org Without darling-dmg, the only way to do this would be to manually extract the DMG file, become root and mount the HFS+ filesystem as root. This is slow, wasteful and may even crash your system. The project's author has seen the Linux HFS+ implementation cause kernel crashes.
22 lines
670 B
Makefile
22 lines
670 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/10/02 16:35:02 bouyer Exp $
|
|
#
|
|
|
|
DISTNAME= fuse-darling-dmg-20160310
|
|
CATEGORIES= filesystems
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=darlinghq/}
|
|
GITHUB_PROJECT= darling-dmg
|
|
GITHUB_TAG= b7ce87bfe59c2ed758165c8650402f6d4c84d184
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/darlinghq/darling-dmg
|
|
COMMENT= FUSE module for .dmg files (containing an HFS+ filesystem)
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_CMAKE= yes
|
|
|
|
.include "../../devel/cmake/buildlink3.mk"
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/fuse.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|