# New ports collection makefile for: vdr-plugin-remote # Date created: Sun Aug 29 18:11:42 CEST 2010 # Whom: Juergen Lock # # $FreeBSD$ # PORTNAME= vdr-plugin-remote PORTVERSION= 0.4.0 PORTREVISION= 9 CATEGORIES= multimedia MASTER_SITES= http://www.escape-edv.de/endriss/vdr/ DISTNAME= ${PORTNAME:S/-plugin-/-/}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} EXTRACT_SUFX= .tgz MAINTAINER= nox@FreeBSD.org COMMENT= Video Disk Recorder - remote control plugin PATCH_STRIP= -p1 HAVE_CONFIGURE= yes PORTDOCS= COPYING README MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PLUGIN}-${DISTVERSION} .include "${.CURDIR}/../vdr/Makefile.plugins" post-patch: post-patch-plugin post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}) .endif .include