1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Add dirac-reference

Programming reference for dirac
This commit is contained in:
Michael Johnson 2006-09-24 16:23:17 +00:00
parent 320840833d
commit 3d1a124d0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173721
3 changed files with 1636 additions and 0 deletions

View File

@ -17,6 +17,7 @@
SUBDIR += camserv
SUBDIR += castpodder
SUBDIR += dirac
SUBDIR += dirac-reference
SUBDIR += dtv
SUBDIR += dumpmpeg
SUBDIR += dv2jpg

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: dirac-reference
# Date created: 2006-09-24
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -reference
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Programming reference for dirac
BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz \
doxygen:${PORTSDIR}/devel/doxygen
MASTERDIR= ${.CURDIR}/../../multimedia/dirac
BUILD_WRKSRC= ${WRKSRC}/doc
INSTALL_WRKSRC= ${WRKSRC}/doc
PLIST= ${.CURDIR}/pkg-plist
CONFIGURE_ENV= # empty
.include "${MASTERDIR}/Makefile"

File diff suppressed because it is too large Load Diff