3be75d74ff
re-writen for 8 audio channels. This version fixes an AC3 bug and supports files > 2GB. WWW: http://www.home.zonnet.nl/panteltje/dvd/
32 lines
734 B
Makefile
32 lines
734 B
Makefile
# New ports collection makefile for: tcmplex-panteltje
|
|
# Date created: 2004-10-21
|
|
# Whom: Herve Quiroz <hq@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tcmplex-panteltje
|
|
PORTVERSION= 0.4.6
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ftp://sunsite.unc.edu/pub/linux/apps/video/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= hq@FreeBSD.org
|
|
COMMENT= Re-write of the A/V multiplexer from the transcode distribution
|
|
|
|
ALL_TARGET= a.out
|
|
|
|
PLIST_FILES= bin/tcmplex-panteltje
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
PORTDOCS= CHANGES COPYRIGHT LICENSE README
|
|
.endif
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|