summaryrefslogtreecommitdiff
path: root/multimedia/mplex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mplex/Makefile')
-rw-r--r--multimedia/mplex/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/multimedia/mplex/Makefile b/multimedia/mplex/Makefile
new file mode 100644
index 00000000000..16cf8378770
--- /dev/null
+++ b/multimedia/mplex/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/26 12:52:07 jmmv Exp $
+
+DISTNAME= mjpegtools-1.6.0
+PKGNAME= mplex-1.6.0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mjpeg/}
+
+MAINTAINER= ben@NetBSD.org
+HOMEPAGE= http://mjpeg.sourceforge.net/
+COMMENT= Multiplexes MPEG component streams into system layers
+
+BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
+
+USE_GNU_TOOLS+= make
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_GCC_SHLIB= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+do-build:
+ cd ${WRKSRC}/utils && ${GMAKE}
+ cd ${WRKSRC}/mplex && ${GMAKE}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mplex/mplex ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mplex
+ for FILE in COPYING INSTRUCT README; do \
+ ${INSTALL_DATA} ${WRKSRC}/mplex/$$FILE ${PREFIX}/share/doc/mplex; \
+ done
+
+.include "../../mk/bsd.pkg.mk"