1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/news/rawdog/Makefile
Pav Lucistnik 6ff73d0d02 - Update to 2.4
PR:		ports/78054
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2005-02-25 18:46:49 +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.4
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>