pkgsrc/www/php-tt-rss-fever-plugin/Makefile
wiz 1842144f64 Import php-tt-rss-fever-plugin-1.2 as www/php-tt-rss-fever-plugin.
This enable Fever emulation in Tiny Tiny RSS, to make Tiny Tiny
RSS accessible for more different news readers which support Fever.
2013-12-31 16:51:46 +00:00

27 lines
731 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/12/31 16:51:46 wiz Exp $
DISTNAME= fever-1.2
PKGNAME= ${PHP_PKG_PREFIX}-tt-rss-${DISTNAME:S/-/-plugin-/}
CATEGORIES= www
MASTER_SITES= -http://tt-rss.org/forum/download/file.php?id=452
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tt-rss.org/forum/viewtopic.php?f=22&t=1981
COMMENT= Fever emulation plugin for Tiny Tiny RSS
DEPENDS+= ${PHP_PKG_PREFIX}-tt-rss>=1.7.9:../../www/php-tt-rss
WRKSRC= ${WRKDIR}/fever
USE_LANGUAGES= # none
USE_TOOLS= pax
INSTALLATION_DIRS= share/tt-rss/plugins/fever
do-build:
do-install:
cd ${WRKSRC} && pax -pe -rw * ${DESTDIR}${PREFIX}/share/tt-rss/plugins/fever
.include "../../lang/php/phpversion.mk"
.include "../../mk/bsd.pkg.mk"