# ex:ts=8 # Ports collection makefile for: feedonfeeds # Date created: Jul 8, 2004 # Whom: ijliao # # $FreeBSD: ports/www/feedonfeeds/Makefile,v 1.2 2005/05/26 20:11:59 pav Exp $ # PORTNAME= feedonfeeds PORTVERSION= 0.1.9 CATEGORIES= www MASTER_SITES= http://feedonfeeds.com/ MAINTAINER= ports@FreeBSD.org COMMENT= Server side personal RSS (and Atom) aggregator USE_PHP= mysql xml WANT_PHP_WEB= yes USE_MYSQL= yes NO_BUILD= yes DATADIR?= ${PREFIX}/www/data/feedonfeeds do-install: ${MKDIR} ${DATADIR} ${CP} -R ${WRKSRC}/ ${DATADIR} .include