Prune irc/undernet-ircu
[dports.git] / multimedia / subtitleoffsetmodifier / Makefile
1 # Created by: Edwin Groothuis <edwin@mavetju.org>
2 # $FreeBSD$
3
4 PORTNAME=       subtitleoffsetmodificator
5 PORTVERSION=    0.1
6 PORTREVISION=   1
7 CATEGORIES=     multimedia textproc converters
8 MASTER_SITES=   http://thomas.enix.org/pub/code/perl/
9 DISTFILES=      subtitle-offset-modificator.pl
10
11 MAINTAINER=     edwin@mavetju.org
12 COMMENT=        Subtitle offset modificator
13
14 USES=           perl5 shebangfix
15 USE_PERL5=      run
16 NO_BUILD=       yes
17
18 PLIST_FILES=    bin/subtitle-offset-modificator
19 SHEBANG_FILES=  subtitle-offset-modificator.pl
20
21 do-extract:
22         ${MKDIR} ${WRKSRC}
23         ${CP} ${DISTDIR}/subtitle-offset-modificator.pl ${WRKSRC}
24
25 do-install:
26         ${INSTALL_SCRIPT} ${WRKSRC}/subtitle-offset-modificator.pl \
27                 ${STAGEDIR}${PREFIX}/bin/subtitle-offset-modificator
28
29 .include <bsd.port.mk>