openbsd-ports/multimedia/subtitleripper/Makefile
2010-10-24 21:40:38 +00:00

36 lines
739 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/10/24 21:40:39 sthen 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>