diff options
Diffstat (limited to 'www/mythplugin-mythweb/Makefile')
-rw-r--r-- | www/mythplugin-mythweb/Makefile | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/www/mythplugin-mythweb/Makefile b/www/mythplugin-mythweb/Makefile deleted file mode 100644 index 1049774cab69..000000000000 --- a/www/mythplugin-mythweb/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: mythweb -# Date created: 2009-12-27 -# Whom: Bernhard Froehlich <decke@bluelife.at> -# -# $FreeBSD$ -# - -PORTNAME= mythweb -PORTVERSION= 0.22 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \ - http://ftp.oregonstate.edu/pub/mythtv/ -DISTNAME= mythplugins-${PORTVERSION} - -MAINTAINER= decke@bluelife.at -COMMENT= A frontend for scheduling and managing recordings on your MythTV Box - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql - -NO_BUILD= yes -USE_BZIP2= yes -USE_PHP= spl session mysql pcre posix json -SUB_FILES= pkg-message -REINPLACE_ARGS= -i "" - -OPTIONS= APACHE "Enable Apache Support" on \ - LIGHTTPD "Enable Lighttpd Support" off - -.include <bsd.port.options.mk> - -.if defined(WITH_APACHE) -USE_APACHE= 2.2+ -.endif - -.if defined(WITH_LIGHTTPD) -RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/var/www/html|${WWWDIR}|' \ - ${WRKSRC}/mythweb/mythweb.conf.apache - @${REINPLACE_CMD} -e 's|/usr/bin/php-cgi|${LOCALBASE}/bin/php-cgi|' \ - ${WRKSRC}/mythweb/mythweb.conf.lighttpd - -do-install: - ${MKDIR} ${WWWDIR} - ${MKDIR} ${WWWDIR}/data - (cd ${WRKSRC}/mythweb/ && ${COPYTREE_SHARE} "*" ${WWWDIR}) - - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} - ${CHMOD} -R 775 ${WWWDIR}/data - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> |