summaryrefslogtreecommitdiff
path: root/multimedia/avidemux/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-28 08:44:32 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-28 08:44:32 +0000
commit86f9013b1096d1c5c598e64e603b4ef58708baae (patch)
tree17593b6c26c16f8eefb34eed8be203d6588c83bd /multimedia/avidemux/Makefile
parentUpdate to the stable version. (diff)
add avidemux 0.9.0.12
GUI based AVI (DivX) editor PR: 41788 Submitted by: Anish Mistry <amistry@am-productions.biz>
Notes
Notes: svn path=/head/; revision=65162
Diffstat (limited to 'multimedia/avidemux/Makefile')
-rw-r--r--multimedia/avidemux/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/multimedia/avidemux/Makefile b/multimedia/avidemux/Makefile
new file mode 100644
index 000000000000..ab2f961931e0
--- /dev/null
+++ b/multimedia/avidemux/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: avidemux
+# Date created: 15 August 2002
+# Whom: Anish Mistry
+# with help from mean
+# $FreeBSD$
+#
+
+PORTNAME= avidemux
+PORTVERSION= 0.9.0.12
+CATEGORIES= graphics
+MASTER_SITES= http://fixounet.free.fr/avidemux/
+DISTNAME= avidemux-0.9pre12
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= amistry@am-productions.biz
+
+LIB_DEPENDS= xvidcore.0:${PORTSDIR}/graphics/xvid \
+ mp3lame.0:${PORTSDIR}/audio/lame \
+ mad.1:${PORTSDIR}/audio/mad
+BUILD_DEPENDS= \
+ ${LINUXBASE}/usr/include/divx/decore.h:${PORTSDIR}/graphics/divx4linux \
+ ${X11BASE}/include/X11/extensions/Xvlib.h:${PORTSDIR}/graphics/xv
+
+USE_REINPLACE= yes
+USE_X_PREFIX= yes
+USE_XLIB= yes
+USE_GTK= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \
+ -I${LINUXBASE}/usr/include/divx" \
+ LIBFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+CONFIGURE_ARGS= --with-xvid-as-decoder
+USE_GMAKE= yes
+
+post-patch:
+ @${REINPLACE_CMD} 's/-lpthread/${PTHREAD_LIBS}/g' ${WRKSRC}/configure
+
+.include <bsd.port.mk>