head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.33;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2009.03.02.21.09.09;	author wxs;	state Exp;
branches;
next	1.2;

1.2
date	2005.05.26.20.11.59;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.08.03.31.15;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	feedonfeeds
# Date created:			Jul 8, 2004
# Whom:				ijliao
#
# $FreeBSD: head/www/feedonfeeds/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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>
@


1.3
log
@- 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>
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.2
log
@- Update to 0.1.9

PR:		ports/81523
Submitted by:	Kuang-che Wu <kcwu@@csie.org>
@
text
@d10 1
a10 1
PORTVERSION=	0.1.9
d12 2
a13 1
MASTER_SITES=	http://feedonfeeds.com/
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d18 2
a19 1
USE_PHP=	mysql xml
d23 2
a24 1
DATADIR?=	${PREFIX}/www/data/feedonfeeds
@


1.1
log
@add feedonfeeds 0.1.7
Server side personal RSS (and Atom) aggregator
@
text
@d10 1
a10 1
PORTVERSION=	0.1.7
d12 1
a12 1
MASTER_SITES=	http://minutillo.com/steve/feedonfeeds/
d17 1
a17 1
USE_PHP=	yes
d24 1
@

