pkgsrc-wip/tcmplex-panteltje/Makefile
2006-11-10 23:11:50 +00:00

25 lines
720 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/11/10 23:11:50 shattered Exp $
DISTNAME= tcmplex-panteltje-0.4.7
CATEGORIES= multimedia
MASTER_SITES= http://ip51cf87c4.direct-adsl.nl/panteltje/dvd/
EXTRACT_SUFX= .tgz
MAINTAINER= steve@sohara.org
HOMEPAGE= http://ip51cf87c4.direct-adsl.nl/panteltje/dvd/
COMMENT= Re-write of the A/V multiplexer from the transcode distribution
BUILD_TARGET= a.out
# requires authorization
INTERACTIVE_STAGE= fetch
DOCSDIR= ${PREFIX}/share/doc/tcmplex-panteltje
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PKGBASE} ${PREFIX}/bin/${PKGBASE}
${MKDIR} ${DOCSDIR}
for file in CHANGES COPYRIGHT LICENSE README; do \
${INSTALL_DATA} ${WRKSRC}/$$file ${DOCSDIR}; \
done
.include "../../mk/bsd.pkg.mk"