1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/deskutils/py-dosage/Makefile
Li-Wen Hsu be4982e1fa - Update to 1.6.0
PR:		ports/125836
Submitted by:	antoine
2008-07-26 13:05:58 +00:00

34 lines
806 B
Makefile

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