ba5d57e506
PR: ports/76175 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
40 lines
1.0 KiB
Makefile
40 lines
1.0 KiB
Makefile
# New ports collection makefile for: rawdog
|
|
# Date created: 9 September 2003
|
|
# Whom: Tim Bishop <tim@bishnet.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rawdog
|
|
PORTVERSION= 2.3
|
|
CATEGORIES= news python
|
|
MASTER_SITES= http://offog.org/files/ \
|
|
ftp://ftp.i-scream.org/pub/offog.org/files/ \
|
|
http://ftp.i-scream.org/pub/offog.org/files/
|
|
|
|
MAINTAINER= tim@bishnet.net
|
|
COMMENT= A simple RSS aggregator
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
MAN1= rawdog.1
|
|
|
|
post-install:
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/config ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/style.css ${EXAMPLESDIR}
|
|
.ifndef(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
@${ECHO_MSG} " ---------------------------------------------"
|
|
@${ECHO_MSG} " Sample config and stylesheet installed in:"
|
|
@${ECHO_MSG} " ${EXAMPLESDIR}"
|
|
.ifndef(NOPORTDOCS)
|
|
@${ECHO_MSG} " Please read the README:"
|
|
@${ECHO_MSG} " ${DOCSDIR}/README"
|
|
.endif
|
|
@${ECHO_MSG} " ---------------------------------------------"
|
|
|
|
.include <bsd.port.mk>
|