fuse-pod-0.5.1. FUSEPod is a userspace filesystem which mounts your iPod into a directory for easy browsing of your songs on your iPod. Features ======== * Read and Write support * Viewing/Removing playlists * Configurable directory layout * Transparent copying of files onto iPod * Tracks have tags in extended attributes * Discovers where your iPod is mounted * Statistics file
22 lines
560 B
Makefile
22 lines
560 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/05/04 23:48:33 agc Exp $
|
|
#
|
|
|
|
DISTNAME= fusepod-0.5.1
|
|
PKGNAME= fuse-pod-0.5.1
|
|
CATEGORIES= filesystems
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fusepod/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://fusepod.sourceforge.net/
|
|
COMMENT= FUSE-based filesystem for iPod
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES+= c c++
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
.include "../../audio/libgpod/buildlink3.mk"
|
|
.include "../../audio/taglib/buildlink3.mk"
|
|
|
|
.include "../../mk/fuse.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|