summaryrefslogtreecommitdiff
path: root/filesystems/fuse-djmount/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-06-15 09:05:40 +0000
committeradam <adam@pkgsrc.org>2021-06-15 09:05:40 +0000
commit71d007888ba1f1c9522b1d87beb089149360829b (patch)
tree2becf79cf085848031941f269fcebba981bbee2c /filesystems/fuse-djmount/Makefile
parenta0c816ca8938a79255e00054878cc7b5d205604e (diff)
downloadpkgsrc-71d007888ba1f1c9522b1d87beb089149360829b.tar.gz
fuse-djmount: retire; does not build with external nor internal libupnp; last release 2006-08-07
Diffstat (limited to 'filesystems/fuse-djmount/Makefile')
-rw-r--r--filesystems/fuse-djmount/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/filesystems/fuse-djmount/Makefile b/filesystems/fuse-djmount/Makefile
deleted file mode 100644
index 5e7c2ee2114..00000000000
--- a/filesystems/fuse-djmount/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2021/06/04 19:04:10 adam Exp $
-
-DISTNAME= djmount-0.71
-PKGNAME= fuse-${DISTNAME}
-PKGREVISION= 2
-CATEGORIES= filesystems
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=djmount/}
-
-MAINTAINER= agc@NetBSD.org
-HOMEPAGE= http://djmount.sourceforge.net/
-COMMENT= FUSE filesystem for accessing Media Server content via UPnP
-LICENSE= gnu-gpl-v2
-
-BROKEN= "Does not build with neither external or internal libupnp"
-
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-external-libupnp
-CONFIGURE_ARGS+= --with-libupnp-prefix=${BUILDLINK_PREFIX.libupnp}
-
-# compatibility with ancient libixml (part of libupnp)
-CPPFLAGS+= -DIN="" -DOUT="" -DINOUT=""
-
-INSTALLATION_DIRS= share/doc/djmount
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${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"