1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/news/rawdog/Makefile
2010-10-16 08:01:39 +00:00

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.13
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>