d5f535f605
don't install empty manpages mention soft dependencies in DESCR bump PKGNAME from maintainer Waldemar Brodkorb <wbx at openbsd.de> with tweaks by me
39 lines
861 B
Makefile
39 lines
861 B
Makefile
# $OpenBSD: Makefile,v 1.2 2004/07/03 18:31:20 sturm Exp $
|
|
|
|
COMMENT= "full featured DVD copy program"
|
|
|
|
VERSION= 0.50.18
|
|
PKGNAME= dvdrip-${VERSION}p0
|
|
DISTNAME= Video-DVDRip-${VERSION}
|
|
CATEGORIES= graphics audio perl
|
|
|
|
HOMEPAGE= http://www.exit1.org/dvdrip/
|
|
|
|
MAINTAINER= Waldemar Brodkorb <wbx@openbsd.de>
|
|
|
|
# Artistic and GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.exit1.org/dvdrip/dist/
|
|
|
|
RUN_DEPENDS= ::graphics/ImageMagick \
|
|
::graphics/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>
|