summaryrefslogtreecommitdiff
path: root/www/feedonfeeds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/feedonfeeds/Makefile')
-rw-r--r--www/feedonfeeds/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/www/feedonfeeds/Makefile b/www/feedonfeeds/Makefile
deleted file mode 100644
index 7155a37c45d5..000000000000
--- a/www/feedonfeeds/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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>