1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/textproc/p5-xmltv/Makefile
Andrej Zverev 541bb1b198 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-07-01 05:42:55 +00:00

113 lines
4.0 KiB
Makefile

# New ports collection makefile for: xmltv
# Date created: Mon Nov 4 02:56:34 UTC 2002
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xmltv
PORTVERSION= 0.5.61
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= SF
PKGNAMEPREFIX= p5-
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Set of programs to process TV (tvguide) listings in XML format
XMLTV_DEPENDS= \
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \
p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer \
p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
p5-PerlIO-gzip>=0:${PORTSDIR}/archivers/p5-PerlIO-gzip \
p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm \
p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent \
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-Tk-TableMatrix>=0:${PORTSDIR}/x11-toolkits/p5-Tk-TableMatrix \
ja-p5-Text-Kakasi>=0:${PORTSDIR}/japanese/p5-Text-Kakasi \
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
p5-HTML-TableExtract>=0:${PORTSDIR}/www/p5-HTML-TableExtract \
p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
p5-Term-ProgressBar>=0:${PORTSDIR}/devel/p5-Term-ProgressBar \
p5-Lingua-Preferred>=0:${PORTSDIR}/textproc/p5-Lingua-Preferred \
p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String \
p5-Unicode-UTF8simple>=0:${PORTSDIR}/converters/p5-Unicode-UTF8simple \
p5-Lingua-EN-Numbers-Ordinate>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Numbers-Ordinate \
p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \
p5-HTTP-Cache-Transparent>=0:${PORTSDIR}/www/p5-HTTP-Cache-Transparent \
p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
BUILD_DEPENDS= ${XMLTV_DEPENDS}
RUN_DEPENDS= ${XMLTV_DEPENDS}
USE_BZIP2= yes
PERL_CONFIGURE= yes
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
.ifdef(NOPORTDOCS)
EXTRA_PATCHES+= ${FILESDIR}/extra-noportdocs-patch-Makefile.PL
.else
PORTDOCS= COPYING \
QuickStart \
README \
README.tv_check \
README.win32 \
tv_check_doc.html \
tv_check_doc.jpg
.endif
MAN1= tv_cat.1 tv_check.1 tv_extractinfo_ar.1 tv_extractinfo_en.1 \
tv_find_grabbers.1 \
tv_grab_ar.1 tv_grab_ch_search.1 tv_grab_combiner.1 tv_grab_dk_dr.1 \
tv_grab_ee.1 tv_grab_es_laguiatv.1 tv_grab_es_miguiatv.1 tv_grab_fi.1 \
tv_grab_fi_sv.1 tv_grab_fr_kazer.1 tv_grab_fr.1 tv_grab_hr.1 \
tv_grab_huro.1 tv_grab_il.1 tv_grab_in.1 tv_grab_it.1 tv_grab_it_dvb.1 \
tv_grab_is.1 tv_grab_na_dd.1 tv_grab_na_icons.1 tv_grab_nl.1 \
tv_grab_no_gfeed.1 tv_grab_pt.1 tv_grab_pt_meo.1 tv_grab_se_swedb.1 \
tv_grab_uk_bleb.1 tv_grab_uk_rt.1 tv_grab_za.1 tv_grep.1 tv_imdb.1 \
tv_remove_some_overlapping.1 tv_sort.1 tv_split.1 tv_to_latex.1 \
tv_to_potatoe.1 tv_to_text.1 tv_validate_file.1 \
tv_validate_grabber.1 tv_grab_eu_epgdata.1 tv_grab_dtv_la.1
MAN3= Configure.3 Configure::Writer.3 Lineup.3 Options.3 PreferredMethod.3 \
ValidateFile.3 ValidateGrabber.3 Version.3 \
XMLTV.3 XMLTV::Date.3 XMLTV::Grab_XML.3 XMLTV::Gunzip.3 \
XMLTV::GUI.3 XMLTV::Summarize.3 XMLTV::Supplement.3
# idea taken from devel/cvsweb port
# Specify these directories in relative paths to ${PREFIX}.
.if !exists(${PREFIX}/www) && exists(${PREFIX}/share/apache)
CGIDIR?= share/apache/cgi-bin
ICONSDIR?= share/apache/icons
.else
CGIDIR?= www/cgi-bin
ICONSDIR?= www/icons
.endif
#
PLIST_SUB+= CGIDIR="${CGIDIR}"
post-patch:
# fix man install location
@${REINPLACE_CMD} -e \
's|share/man|man|' \
${WRKSRC}/Makefile.PL
@${FIND} ${WRKSRC} -type f | \
${XARGS} -n 10 ${REINPLACE_CMD} \
-e 's|/usr/bin/perl|${PERL}|'
@${FIND} ${WRKSRC} -type f \
-name "*.bak" | \
${XARGS} -n 10 ${RM}
post-install:
@${MKDIR} ${PREFIX}/${CGIDIR}
@${INSTALL_SCRIPT} ${WRKSRC}/choose/tv_pick/tv_pick_cgi ${PREFIX}/${CGIDIR}/tv_pick.cgi
.include <bsd.port.mk>