1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/www/feedonfeeds/Makefile
Wesley Shields 20e61f7166 - Update to 0.5
- Switch to using Google Code
- Additional PHP dependencies: zlib, curl, mbstring, iconv
- Pass maintainership to submitter

PR:		ports/132123
Submitted by:	Krzysztof Stryjek <wtp@bsdserwis.com>
2009-03-02 21:09:09 +00:00

31 lines
607 B
Makefile

# ex:ts=8
# Ports collection makefile for: feedonfeeds
# Date created: Jul 8, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= feedonfeeds
PORTVERSION= 0.5
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
EXTRACT_SUFX= .tgz
MAINTAINER= wtp@bsdserwis.com
COMMENT= Server side personal RSS (and Atom) aggregator
PROJECTHOST= feed-on-feeds
USE_PHP= mysql xml zlib curl mbstring iconv
WANT_PHP_WEB= yes
USE_MYSQL= yes
NO_BUILD= yes
DATADIR?= ${PREFIX}/www/data/feed-on-feeds
WRKSRC= ${WRKDIR}/${PROJECTHOST}
do-install:
${MKDIR} ${DATADIR}
${CP} -R ${WRKSRC}/ ${DATADIR}
.include <bsd.port.mk>