summaryrefslogtreecommitdiff
path: root/multimedia/dirac/Makefile
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2004-05-11 12:52:15 +0000
committerBruce M Simpson <bms@FreeBSD.org>2004-05-11 12:52:15 +0000
commit4f32739dff81731c70557ed3b08e8be13bc010f4 (patch)
treed31515c202614647ff770cc7093a92a5fbbd8359 /multimedia/dirac/Makefile
parent- Switch MASTER_SITE to Sourceforge (diff)
Dirac is a next-generation open-source video codec designed at the BBC.
Notes
Notes: svn path=/head/; revision=108922
Diffstat (limited to 'multimedia/dirac/Makefile')
-rw-r--r--multimedia/dirac/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/multimedia/dirac/Makefile b/multimedia/dirac/Makefile
new file mode 100644
index 000000000000..4bb89eae3060
--- /dev/null
+++ b/multimedia/dirac/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: dirac
+# Date created: 11 May 2004
+# Whom: Bruce M Simpson <bms@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= dirac
+PORTVERSION= 0.1.0
+CATEGORIES= multimedia
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= Dirac-${PORTVERSION}
+
+MAINTAINER= bms@FreeBSD.org
+COMMENT= Open source video codec from the BBC
+
+LIB_DEPENDS= xparam.1:${PORTSDIR}/devel/xparam
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+CONFIGURE_ENV+= CXXFLAGS=-I${LOCALBASE}/include
+
+NOMAN= defined
+
+.include <bsd.port.mk>