1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/deskutils/py-dosage/Makefile
Tilman Keskinoz febaa43da0 Updat to 1.5.3
* Fixed a bug that caused RSS output to crash if the file already existed,
    but had no items.
    * Added and fixed several comics

PR:		82439
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net>
2005-06-20 16:57:35 +00:00

32 lines
699 B
Makefile

# New ports collection makefile for: dosage
# Date created: 6 February 2005
# Whom: antoine.brodin@laposte.net
#
# $FreeBSD$
#
PORTNAME= dosage
PORTVERSION= 1.5.3
CATEGORIES= deskutils python
MASTER_SITES= http://slipgate.za.net/dosage/downloads/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine.brodin@laposte.net
COMMENT= An application to keep a local mirror of web comics
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USE_REINPLACE= yes
MAN1= mainline.1
post-patch:
@${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \
${WRKSRC}/doc/mainline.1 \
${WRKSRC}/dosage/modules/__init__.py
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/mainline.1 ${PREFIX}/man/man1
.include <bsd.port.mk>