2004-10-24 03:23:00 +02:00
|
|
|
# New ports collection makefile for: tcmplex-panteltje
|
|
|
|
# Date created: 2004-10-21
|
|
|
|
# Whom: Herve Quiroz <hq@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tcmplex-panteltje
|
2005-07-15 15:31:10 +02:00
|
|
|
PORTVERSION= 0.4.7
|
2004-10-24 03:23:00 +02:00
|
|
|
CATEGORIES= multimedia
|
2005-07-15 15:31:10 +02:00
|
|
|
MASTER_SITES= http://ip51cf87c4.direct-adsl.nl/panteltje/dvd/
|
2004-10-24 03:23:00 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2005-12-15 12:29:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-10-24 03:23:00 +02:00
|
|
|
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>
|