summaryrefslogtreecommitdiff
path: root/audio/libvisual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libvisual/Makefile')
-rw-r--r--audio/libvisual/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/libvisual/Makefile b/audio/libvisual/Makefile
new file mode 100644
index 00000000000..b86688ac256
--- /dev/null
+++ b/audio/libvisual/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 20:55:48 wiz Exp $
+#
+
+DISTNAME= libvisual-0.1.7
+CATEGORIES= audio graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://libvisual.sourceforge.net/
+COMMENT= Abstraction library between applications and audio visualisation plugins
+
+USE_BUILDLINK3= yes
+USE_LIBTOOL= yes
+USE_X11= yes
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/libvisual.pc.in
+GNU_CONFIGURE= yes
+
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"