mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
556296fe66
- Add startup script that the rc.d script invokes to wait for /dev/dvb nodes to appear, can be disabled by setting vdr_waitdvb="NO" in rc.conf(5). (This turned out to be necessary in some situations because devd starts webcamd only later in the boot process.) - One more fix for changing OSD language when using UTF-8. - Update multimedia/vdr-plugin-femon to 1.7.11 . - Update multimedia/vdr-plugin-ttxtsubs to 0.2.4 . - Bump PORTREVISION for all other plugins. - Update www/vdradmin-am to 3.6.9 .
44 lines
1.2 KiB
Makefile
44 lines
1.2 KiB
Makefile
# New ports collection makefile for: vdr-plugin-epgsearch
|
|
# Date created: Wed Apr 14 18:11:42 CEST 2010
|
|
# Whom: Juergen Lock <nox@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vdr-plugin-epgsearch
|
|
PORTVERSION= 0.9.25b20s20110221
|
|
PORTREVISION= 6
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://winni.vdr-developer.org/epgsearch/downloads/beta/:beta \
|
|
LOCAL/nox/:snapshot
|
|
DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${PORTVERSION:S/b/.beta/}${DISTVERSIONSUFFIX}
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:snapshot
|
|
|
|
MAINTAINER= nox@FreeBSD.org
|
|
COMMENT= Video Disk Recorder - EPG search plugin
|
|
|
|
LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre \
|
|
tre:${PORTSDIR}/textproc/libtre
|
|
|
|
USE_BZIP2= yes
|
|
PATCH_STRIP= -p1
|
|
PORTDOCS= COPYING HISTORY
|
|
MAKE_JOBS_SAFE= yes
|
|
WRKSRC= ${WRKDIR}/vdr-plugin-${PLUGIN}
|
|
MAKE_ARGS+= INCLUDES="-I$(LOCALBASE)/include -I$(LOCALBASE)/include/vdr -I${WRKSRC}"
|
|
|
|
.include "${.CURDIR}/../vdr/Makefile.plugins"
|
|
|
|
post-patch: post-patch-plugin
|
|
@${REINPLACE_CMD} 's/^#\(HAVE_PCREPOSIX=\)/\1/;'\\
|
|
's/^#\(HAVE_LIBTRE=\)/\1/;' \
|
|
${WRKSRC}/Makefile
|
|
|
|
post-install: post-install-pluginlocales
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR})
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|