pkgsrc/filesystems/fuse-obexfs/Makefile

25 lines
598 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2022/01/22 18:43:19 pho Exp $
#
DISTNAME= obexfs-0.8
PKGNAME= fuse-${DISTNAME}
PKGREVISION= 2
CATEGORIES= filesystems
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
2008-05-25 23:20:07 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2017-08-01 18:47:35 +02:00
#HOMEPAGE= http://www.openobex.org/
COMMENT= FUSE based filesystem using ObexFTP
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= autoconf gmake pkg-config
pre-configure:
cd ${WRKSRC} && autoconf
.include "../../comms/obexftp/buildlink3.mk"
.include "../../comms/openobex/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"