openbsd-ports/graphics/dvdrip/Makefile
pvalchev 898c1b18a8 Remove jakemsr@ from maintainer position, as he has been inactive and
email has been bouncing for several months.  Jacob, if you get this
and/or get back to things, let us know.
2006-12-02 20:24:17 +00:00

38 lines
831 B
Makefile

# $OpenBSD: Makefile,v 1.8 2006/12/02 20:24:17 pvalchev Exp $
COMMENT= "full featured DVD copy program"
VERSION= 0.50.18
PKGNAME= dvdrip-${VERSION}p2
DISTNAME= Video-DVDRip-${VERSION}
CATEGORIES= graphics audio perl5
HOMEPAGE= http://www.exit1.org/dvdrip/
# Artistic and GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= http://www.exit1.org/dvdrip/dist/
RUN_DEPENDS= ::graphics/ImageMagick \
::multimedia/transcode \
::devel/p5-Event \
::net/fping \
::x11/p5-Gtk
CONFIGURE_STYLE=perl
REGRESS_DEPENDS=::x11/p5-Gtk
REGRESS_FLAGS= HOME=${TMPDIR}
pre-build:
@perl -pi -e "s,/usr/sbin/fping,${LOCALBASE}/sbin/fping,g" \
${WRKSRC}/lib/Video/DVDRip/Cluster/Master.pm \
${WRKSRC}/lib/Video/DVDRip/Depend.pm
.include <bsd.port.mk>