summaryrefslogtreecommitdiff
path: root/audio/xmms-esound/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-esound/Makefile')
-rw-r--r--audio/xmms-esound/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/xmms-esound/Makefile b/audio/xmms-esound/Makefile
deleted file mode 100644
index e1665af3d4d..00000000000
--- a/audio/xmms-esound/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2006/04/06 06:21:37 reed Exp $
-#
-
-.include "../../audio/xmms/Makefile.common"
-
-PKGNAME= ${DISTNAME:S/xmms/xmms-esound/}
-PKGREVISION= 3
-CATEGORIES+= gnome
-
-COMMENT= XMMS plugin to output sound through the esound daemon
-
-CONFLICTS+= xmms<=1.2.7nb8
-
-BUILDLINK_API_DEPENDS.xmms+= xmms>=1.2.7nb9
-
-BUILD_DIRS= ${WRKSRC}/Output/esd
-INSTALL_DIRS= ${WRKSRC}/Output/esd
-
-.include "../../audio/esound/buildlink3.mk"
-.include "../../audio/xmms/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"