summaryrefslogtreecommitdiffstats
path: root/www/feedonfeeds/Makefile
blob: 2bb5f80f191962f9eda47a8009ecdb22dee72f1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>
OpenPOWER on IntegriCloud