2010-02-22 21:43:11 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cplanet
|
2012-05-27 20:44:58 +02:00
|
|
|
PORTVERSION= 0.9
|
2010-02-22 21:43:11 +01:00
|
|
|
CATEGORIES= www textproc
|
2011-02-04 16:19:40 +01:00
|
|
|
MASTER_SITES= http://files.etoilebsd.net/cplanet/
|
2010-02-22 21:43:11 +01:00
|
|
|
|
2010-07-28 19:31:01 +02:00
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
2010-02-22 21:43:11 +01:00
|
|
|
COMMENT= RSS Feed Aggregator that generate static html
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver
|
2012-12-31 13:52:05 +01:00
|
|
|
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \
|
|
|
|
curl:${PORTSDIR}/ftp/curl
|
2011-02-04 16:19:40 +01:00
|
|
|
|
|
|
|
LICENSE= BSD
|
2010-02-22 21:43:11 +01:00
|
|
|
|
|
|
|
MAN1= cplanet.1
|
|
|
|
|
2012-12-31 13:52:05 +01:00
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
2010-02-22 21:43:11 +01:00
|
|
|
post-install:
|
2012-12-31 13:52:05 +01:00
|
|
|
.if ${PORT_OPTIONS:MEXAMPLES}
|
2010-02-22 21:43:11 +01:00
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL} -o root -g wheel -m 644 ${WRKSRC}/samples/cplanet-atom.cs ${EXAMPLESDIR}
|
|
|
|
${INSTALL} -o root -g wheel -m 644 ${WRKSRC}/samples/cplanet-opml.cs ${EXAMPLESDIR}
|
|
|
|
${INSTALL} -o root -g wheel -m 644 ${WRKSRC}/samples/cplanet-rss.cs ${EXAMPLESDIR}
|
|
|
|
${INSTALL} -o root -g wheel -m 644 ${WRKSRC}/samples/cplanet.cs ${EXAMPLESDIR}
|
|
|
|
${INSTALL} -o root -g wheel -m 644 ${WRKSRC}/samples/cplanet.hdf ${EXAMPLESDIR}
|
|
|
|
.endif
|
|
|
|
|
2012-12-31 13:52:05 +01:00
|
|
|
.include <bsd.port.mk>
|