summaryrefslogtreecommitdiff
path: root/filesystems/fuse-djmount/Makefile
diff options
context:
space:
mode:
authoragc <agc>2008-04-11 14:55:45 +0000
committeragc <agc>2008-04-11 14:55:45 +0000
commit8f438e00ebc488a39176d78161b42a83ff86f9b6 (patch)
tree3a21654af9dd223a1bfe25d320ac08b07928176f /filesystems/fuse-djmount/Makefile
parent8bb016e69c5ce05eaef6d9b52893dd4f77a6a948 (diff)
downloadpkgsrc-8f438e00ebc488a39176d78161b42a83ff86f9b6.tar.gz
Initial import of djmount-0.71 into the packages collection.
djmount is a UPnP AV client. It mounts the media content of compatible UPnP AV devices as a Unix filesystem. Djmount automatically discovers all UPnP AV Media Servers on the network, and makes the content available in a directory tree. All shared files (e.g. Audio or Video files) are directly visible and can be played using your favorite media player. [15:53:42] agc@inspiron1300 ~ 190 > df /mnt Filesystem 1K-blocks Used Avail %Cap Mounted on /dev/puffs 28101396 20741466 5954862 77% /mnt [15:53:44] agc@inspiron1300 ~ 191 > l /mnt total 5 dr-xr-xr-x 5 root wheel 512 Jan 1 2000 . drwxr-xr-x 37 root wheel 1536 Mar 15 13:22 .. dr-xr-xr-x 5 root wheel 512 Jan 1 2000 .debug dr-xr-xr-x 8 root wheel 512 Jan 1 2000 INSPIRON1300: Alistair Crooks: dr-xr-xr-x 7 root wheel 512 Jan 1 2000 MediaTomb -r--r--r-- 1 root wheel 41 Jan 1 2000 devices [15:54:23] agc@inspiron1300 ~ 192 >
Diffstat (limited to 'filesystems/fuse-djmount/Makefile')
-rw-r--r--filesystems/fuse-djmount/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/filesystems/fuse-djmount/Makefile b/filesystems/fuse-djmount/Makefile
new file mode 100644
index 00000000000..20f5b94340b
--- /dev/null
+++ b/filesystems/fuse-djmount/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/11 14:55:45 agc Exp $
+
+DISTNAME= djmount-0.71
+PKGNAME= fuse-${DISTNAME}
+CATEGORIES= filesystems
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=djmount/}
+
+MAINTAINER= agc-users@NetBSD.org
+HOMEPAGE= http://djmount.sourceforge.net/
+COMMENT= FUSE filesystem for accessing Media Server content via UPnP
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake
+
+PREFER.readline= pkgsrc
+
+CONFIGURE_ARGS+= --with-external-libupnp
+CONFIGURE_ARGS+= --with-libupnp-prefix=${PREFIX}
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/djmount
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/djmount
+
+.include "../../devel/readline/buildlink3.mk"
+.include "../../net/libupnp/buildlink3.mk"
+
+.include "../../mk/fuse.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"