summaryrefslogtreecommitdiff
path: root/audio/xmms-neato/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-neato/Makefile')
-rw-r--r--audio/xmms-neato/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/audio/xmms-neato/Makefile b/audio/xmms-neato/Makefile
deleted file mode 100644
index 87385e15ca6..00000000000
--- a/audio/xmms-neato/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2008/07/14 12:55:59 joerg Exp $
-#
-
-DISTNAME= neato
-PKGNAME= xmms-neato-20010818
-PKGREVISION= 5
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://web.archive.org/web/20021209022733/http://www.rpi.edu/~mullr/xmms/
-COMMENT= Circle effect XMMS plugin
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
-USE_LIBTOOL= yes
-
-GNU_CONFIGURE= YES
-
-post-extract:
- cd ${WRKSRC} ; \
- ${RM} mkinstalldirs ; \
- ${ECHO} "#!/bin/sh" >>mkinstalldirs ; \
- ${ECHO} 'exec ${MKDIR} "$$@"' >>mkinstalldirs ; \
- ${CHMOD} +x mkinstalldirs ; \
- ${RM} install-sh ; \
- ${ECHO} "#!/bin/sh" >>install-sh ; \
- ${ECHO} 'exec ${INSTALL} "$$@"' >>install-sh ; \
- ${CHMOD} +x install-sh ; \
- ${MAKE} distclean
-
-.include "../../audio/xmms/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"