freebsd-ports/deskutils/py-dosage/Makefile
Jean-Yves Lefort 53870b0660 Update to 1.5.2
PR:		ports/80154
Submitted by:	Antoine Brodin <antoine.brodin@laposte.net> (maintainer)
Approved by:	adamw (mentor)
2005-04-21 13:26:09 +00:00

25 lines
550 B
Makefile

# New ports collection makefile for: dosage
# Date created: 6 February 2005
# Whom: antoine.brodin@laposte.net
#
# $FreeBSD$
#
PORTNAME= dosage
PORTVERSION= 1.5.2
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-install:
${INSTALL_MAN} ${WRKSRC}/doc/mainline.1 ${PREFIX}/man/man1
.include <bsd.port.mk>