freebsd-ports/news/rawdog/Makefile
2006-03-19 16:26:29 +00:00

39 lines
1 KiB
Makefile

# New ports collection makefile for: rawdog
# Date created: 9 September 2003
# Whom: Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$
#
PORTNAME= rawdog
PORTVERSION= 2.8
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= tdb@FreeBSD.org
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>