mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
96f94b5b47
PR: ports/81523 Submitted by: Kuang-che Wu <kcwu@csie.org>
28 lines
500 B
Makefile
28 lines
500 B
Makefile
# 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>
|