freebsd-ports/deskutils/py-dosage/Makefile
Pav Lucistnik 1a233b6392 - Update to 1.5.7
PR:		ports/95285
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net> (maintainer)
2006-04-04 17:37:56 +00:00

30 lines
680 B
Makefile

# New ports collection makefile for: dosage
# Date created: 6 February 2005
# Whom: antoine.brodin@laposte.net
#
# $FreeBSD$
#
PORTNAME= dosage
PORTVERSION= 1.5.7
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
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>