pkgsrc/multimedia/tstools/Makefile

46 lines
882 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/12/21 12:12:42 mef Exp $
#
DISTNAME= tstools-1_11
PKGNAME= ${DISTNAME:S/_/./}
CATEGORIES= multimedia
MASTER_SITES= https://tstools.googlecode.com/files/
EXTRACT_SUFX= .tgz
MAINTAINER= tech-multimedia@NetBSD.org
HOMEPAGE= https://code.google.com/p/tstools/
COMMENT= Cross-platform command line tools for working with MPEG data
LICENSE= mpl-1.1
MAKE_JOBS_SAFE= no
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/./}
USE_TOOLS+= gmake
TSPROGS=es2ts \
esdots \
esfilter \
esmerge \
esreport \
esreverse \
m2ts2ts \
pcapreport \
ps2ts \
psdots \
psreport \
stream_type \
ts2es \
ts_packet_insert \
tsinfo \
tsplay \
tsreport \
tsserve
do-install:
${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
.for tsprog in ${TSPROGS}
${INSTALL_PROGRAM} ${WRKSRC}/bin/${tsprog} \
${DESTDIR}${PREFIX}/bin/${tsprog}
.endfor
.include "../../mk/bsd.pkg.mk"