Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / multimedia / tstools / Makefile
blob628788214ec8d6649231dcea08b1190450d74e71
1 # $NetBSD: Makefile,v 1.4 2012/10/08 09:21:13 asau Exp $
4 DISTNAME= tstools-1_11
5 PKGNAME= ${DISTNAME:S/_/./}
6 CATEGORIES= multimedia
7 MASTER_SITES= http://download.berlios.de/tstools/
8 EXTRACT_SUFX= .tgz
10 MAINTAINER= tech-multimedia@NetBSD.org
11 HOMEPAGE= http://tstools.berlios.de/
12 COMMENT= Cross-platform command line tools for working with MPEG data
14 MAKE_JOBS_SAFE= no
16 WRKSRC= ${WRKDIR}/${DISTNAME:S/_/./}
17 USE_TOOLS+= gmake
19 TSPROGS=es2ts \
20 esdots \
21 esfilter \
22 esmerge \
23 esreport \
24 esreverse \
25 m2ts2ts \
26 pcapreport \
27 ps2ts \
28 psdots \
29 psreport \
30 stream_type \
31 ts2es \
32 ts_packet_insert \
33 tsinfo \
34 tsplay \
35 tsreport \
36 tsserve
38 do-install:
39 ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
40 .for tsprog in ${TSPROGS}
41 ${INSTALL_PROGRAM} ${WRKSRC}/bin/${tsprog} \
42 ${DESTDIR}${PREFIX}/bin/${tsprog}
43 .endfor
45 .include "../../mk/bsd.pkg.mk"