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