freebsd-ports/deskutils/dosage/Makefile

30 lines
571 B
Makefile
Raw Normal View History

# Created by: antoine@FreeBSD.org
# $FreeBSD$
PORTNAME= dosage
PORTVERSION= 1.8
CATEGORIES= deskutils python
MAINTAINER= antoine@FreeBSD.org
COMMENT= Application to keep a local mirror of web comics
LISENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests
USE_GITHUB= yes
GH_ACCOUNT= wummel
GH_TAGNAME= upstream/${PORTVERSION}
GH_COMMIT= eb7f7d4
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= Dosage
MAN1= dosage.1
post-patch:
@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' ${WRKSRC}/setup.py
.include <bsd.port.mk>