summaryrefslogtreecommitdiff
path: root/multimedia/hwdecode-demos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/hwdecode-demos/Makefile')
-rw-r--r--multimedia/hwdecode-demos/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/multimedia/hwdecode-demos/Makefile b/multimedia/hwdecode-demos/Makefile
new file mode 100644
index 00000000000..96346c0fe45
--- /dev/null
+++ b/multimedia/hwdecode-demos/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/01/19 04:19:08 jmcneill Exp $
+#
+
+DISTNAME= hwdecode-demos-0.9.4
+CATEGORIES= multimedia
+MASTER_SITES= http://www.splitted-desktop.com/~gbeauchesne/hwdecode-demos/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.splitted-desktop.com/~gbeauchesne/
+COMMENT= Standalone programs showing off various HW acceleration APIs
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config gmake
+USE_LIBTOOL= yes
+
+.include "../../graphics/cairo/buildlink3.mk"
+.include "../../multimedia/libva/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"