freebsd-ports/www/feedonfeeds/Makefile
Pav Lucistnik 96f94b5b47 - Update to 0.1.9
PR:		ports/81523
Submitted by:	Kuang-che Wu <kcwu@csie.org>
2005-05-26 20:11:59 +00:00

28 lines
500 B
Makefile

# ex:ts=8
# Ports collection makefile for: feedonfeeds
# Date created: Jul 8, 2004
# Whom: ijliao
#
# $FreeBSD$
#
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 <bsd.port.mk>