6273693550573d2d7e0967657980204a113de962
[pkgsrc.git] / textproc / sub2srt / Makefile
1 # $NetBSD: Makefile,v 1.1.1.1 2009/01/05 20:02:44 kefren Exp $
2
3 DISTNAME=       sub2srt-0.5.2
4 CATEGORIES=     textproc
5 MASTER_SITES=   http://www.robelix.com/sub2srt/download/
6
7 MAINTAINER=     pkgsrc-users@NetBSD.org
8 HOMEPAGE=       http://www.robelix.com/sub2srt/
9 COMMENT=        Simple tool to convert 2 common subtitle formats to subviewer format
10
11 USE_TOOLS+=             perl:run
12 USE_LANGUAGES=          # empty
13
14 PKG_DESTDIR_SUPPORT=    user-destdir
15
16 REPLACE_PERL+=          sub2srt
17 INSTALLATION_DIRS=      bin
18
19 do-build:               # nothing
20
21 do-install:
22         ${INSTALL_SCRIPT} ${WRKSRC}/sub2srt ${DESTDIR}${PREFIX}/bin
23
24 .include "../../mk/bsd.pkg.mk"