aboutsummaryrefslogtreecommitdiffstats
path: root/www/feedonfeeds/Makefile
blob: 7155a37c45d54947db38fa5ce61a6ae5b183e3af (plain) (blame)
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
28
29
30
# Created by: ijliao
# $FreeBSD$

PORTNAME=   feedonfeeds
PORTVERSION=    0.5
CATEGORIES= www
MASTER_SITES=   GOOGLE_CODE

MAINTAINER= wtp@bsdserwis.com
COMMENT=    Server side personal RSS (and Atom) aggregator

BROKEN=     Unfetchable (google code has gone away)
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE=    2017-04-30

USES=       tar:tgz
PROJECTHOST=    feed-on-feeds
USE_PHP=    mysql xml zlib curl mbstring iconv
WANT_PHP_WEB=   yes
USE_MYSQL=  yes
NO_BUILD=   yes
NO_ARCH=    yes
DATADIR?=   ${PREFIX}/www/data/feed-on-feeds
WRKSRC=     ${WRKDIR}/${PROJECTHOST}

do-install:
    ${MKDIR} ${STAGEDIR}${DATADIR}
    ${CP} -R ${WRKSRC}/ ${STAGEDIR}${DATADIR}

.include <bsd.port.mk>