587834d84d
on ports@
40 lines
876 B
Makefile
40 lines
876 B
Makefile
# $OpenBSD: Makefile,v 1.7 2006/01/22 18:40:36 jolan Exp $
|
|
|
|
COMMENT= "full featured DVD copy program"
|
|
|
|
VERSION= 0.50.18
|
|
PKGNAME= dvdrip-${VERSION}p1
|
|
DISTNAME= Video-DVDRip-${VERSION}
|
|
CATEGORIES= graphics audio perl5
|
|
|
|
HOMEPAGE= http://www.exit1.org/dvdrip/
|
|
|
|
MAINTAINER= Jacob Meuser <jakemsr@openbsd.org>
|
|
|
|
# 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>
|