summaryrefslogtreecommitdiff
path: root/filesystems/fuse-pod/Makefile
diff options
context:
space:
mode:
authoragc <agc>2007-05-04 23:48:33 +0000
committeragc <agc>2007-05-04 23:48:33 +0000
commit6cb2a57c4eb86c199a5f65cbdc49fffc4fe0a7a8 (patch)
treedf24ba28577a7f0625de96a98f5b9200854e26a4 /filesystems/fuse-pod/Makefile
parent3bae05c3436bf04e039378df6fe0dd883433637a (diff)
downloadpkgsrc-6cb2a57c4eb86c199a5f65cbdc49fffc4fe0a7a8.tar.gz
Initial import of fusepod-0.5.1 into the Packages Collection as
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
Diffstat (limited to 'filesystems/fuse-pod/Makefile')
-rw-r--r--filesystems/fuse-pod/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/filesystems/fuse-pod/Makefile b/filesystems/fuse-pod/Makefile
new file mode 100644
index 00000000000..5a0be467e32
--- /dev/null
+++ b/filesystems/fuse-pod/Makefile
@@ -0,0 +1,22 @@
+# $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"