openbsd-ports/multimedia/subtitleripper/Makefile
ajacoutot 52c46006db Import subtitleripper-0.3.4
If you want to convert DVD subtitles into text format (e.g. subrip
format) or VobSub format, this program could be useful for you. However,
it is only one tiny tool that you need in the process of producing srt
files.


From Jeremy Evans <openbsd at jeremyevans dot net> (MAINTAINER) with
some tweaks by myself.
2007-07-29 17:07:49 +00:00

37 lines
793 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/07/29 17:07:49 ajacoutot Exp $
COMMENT= subtitle ripper, used with transcode
DISTNAME= subtitleripper-0.3-4
PKGNAME= subtitleripper-0.3.4
EXTRACT_SUFX= .tgz
CATEGORIES= multimedia
HOMEPAGE= http://subtitleripper.sourceforge.net/
MAINTAINER= Jeremy Evans <openbsd@jeremyevans.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=subtitleripper/}
WANTLIB= c m z
USE_GMAKE= Yes
LIB_DEPENDS= png.>=5::graphics/png \
netpbm.>=1::graphics/netpbm
RUN_DEPENDS= ::multimedia/transcode
WRKDIST= ${WRKDIR}/subtitleripper
NO_REGRESS= Yes
pre-configure:
@perl -pi -e 's,!!LOCALBASE!!,${LOCALBASE},g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>