summaryrefslogtreecommitdiff
path: root/graphics/alevt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/alevt/Makefile')
-rw-r--r--graphics/alevt/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/alevt/Makefile b/graphics/alevt/Makefile
new file mode 100644
index 00000000000..35f4f182068
--- /dev/null
+++ b/graphics/alevt/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/11/01 15:04:46 tron Exp $
+
+DISTNAME= alevt-1.6.0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/video/}
+
+MAINTAINER= magick@bundy.zhadum.de
+HOMEPAGE= http://user.exit.de/froese/
+
+DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= fxtv:../../graphics/fxtv
+
+ONLY_FOR_PLATFORM= NetBSD-1.4[Y-Z]-* NetBSD-1.4Z[A-Z]-* \
+ NetBSD-1.5_ALPHA-* NetBSD-1.[5-9]*-*
+
+USE_X11BASE= YES
+USE_GMAKE= YES
+
+pre-install:
+ ${MKDIR} ${PREFIX}/share/pixmaps
+
+.include "../../mk/bsd.pkg.mk"