2013-09-20 22:57:48 +02:00
|
|
|
# Created by: Edwin Groothuis <edwin@mavetju.org>
|
2008-03-19 02:44:56 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= subtitleoffsetmodificator
|
|
|
|
PORTVERSION= 0.1
|
2009-01-08 17:21:59 +01:00
|
|
|
PORTREVISION= 1
|
2008-03-19 02:44:56 +01:00
|
|
|
CATEGORIES= multimedia textproc converters
|
|
|
|
MASTER_SITES= http://thomas.enix.org/pub/code/perl/
|
|
|
|
DISTFILES= subtitle-offset-modificator.pl
|
|
|
|
|
2016-11-16 23:55:39 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-03-19 02:44:56 +01:00
|
|
|
COMMENT= Subtitle offset modificator
|
|
|
|
|
2016-11-23 16:01:13 +01:00
|
|
|
LICENSE= GPLv2+
|
|
|
|
|
2014-02-26 11:36:06 +01:00
|
|
|
USES= perl5 shebangfix
|
2013-09-05 09:29:05 +02:00
|
|
|
USE_PERL5= run
|
2008-03-19 02:44:56 +01:00
|
|
|
NO_BUILD= yes
|
2016-11-23 16:01:13 +01:00
|
|
|
NO_ARCH= yes
|
2014-02-26 11:36:06 +01:00
|
|
|
|
2008-03-19 02:44:56 +01:00
|
|
|
PLIST_FILES= bin/subtitle-offset-modificator
|
2014-02-26 11:36:06 +01:00
|
|
|
SHEBANG_FILES= subtitle-offset-modificator.pl
|
2008-03-19 02:44:56 +01:00
|
|
|
|
|
|
|
do-extract:
|
2016-11-23 16:01:13 +01:00
|
|
|
@${MKDIR} ${WRKSRC}
|
|
|
|
@${CP} ${DISTDIR}/subtitle-offset-modificator.pl ${WRKSRC}
|
2008-03-19 02:44:56 +01:00
|
|
|
|
|
|
|
do-install:
|
2014-02-26 11:36:06 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/subtitle-offset-modificator.pl \
|
|
|
|
${STAGEDIR}${PREFIX}/bin/subtitle-offset-modificator
|
2008-03-19 02:44:56 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|