# New ports collection makefile for: vdr-plugin-extrecmenu # Date created: Mon Jun 4 18:08:53 CEST 2012 # Whom: Juergen Lock # # $FreeBSD$ # PORTNAME= vdr-plugin-extrecmenu PORTVERSION= 1.2.2 PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://projects.vdr-developer.org/attachments/download/936/ DISTNAME= vdr-${PLUGIN}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= nox@FreeBSD.org COMMENT= Video Disk Recorder - extended recordings menu PATCH_STRIP= -p1 HAVE_CONFIGURE= yes PORTDOCS= COPYING README HISTORY MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PLUGIN}-${PORTVERSION} .include "${.CURDIR}/../vdr/Makefile.plugins" post-patch: post-patch-plugin post-install: post-install-pluginlocales .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}) .endif .include