openbsd-ports/multimedia/subtitleripper/Makefile
2010-11-19 07:23:05 +00:00

36 lines
733 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/11/19 07:23:15 espie Exp $
COMMENT= subtitle ripper, used with transcode
DISTNAME= subtitleripper-0.3-4
PKGNAME= subtitleripper-0.3.4
REVISION= 0
EXTRACT_SUFX= .tgz
CATEGORIES= multimedia
HOMEPAGE= http://subtitleripper.sourceforge.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 png netpbm
USE_GMAKE= Yes
LIB_DEPENDS= graphics/png \
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>