mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
0020040e8f
Changelog at <https://kosmorro.space/cli/changelog/>.
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
# Created by: thierry@pompo.net
|
|
|
|
PORTNAME= kosmorro
|
|
PORTVERSION= 0.10.2
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= astro python
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Ephemerides computation
|
|
|
|
LICENSE= AGPLv3
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}\
|
|
${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\
|
|
${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR}\
|
|
${PYTHON_PKGNAMEPREFIX}kosmorrolib>0:astro/py-kosmorrolib@${PY_FLAVOR} \
|
|
ronn:textproc/rubygem-ronn
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}\
|
|
${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\
|
|
${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR}\
|
|
${PYTHON_PKGNAMEPREFIX}kosmorrolib>0:astro/py-kosmorrolib@${PY_FLAVOR}
|
|
|
|
USE_GITHUB= yes
|
|
|
|
USES= python:3.7+ shebangfix
|
|
USE_PYTHON= distutils noflavors
|
|
SHEBANG_FILES= ${PORTNAME}
|
|
|
|
OPTIONS_DEFINE= PDF
|
|
OPTIONS_DEFAULT=PDF
|
|
PDF_DESC= Exporting to PDF
|
|
PDF_RUN_DEPENDS=pdflatex:print/tex-formats
|
|
|
|
NO_ARCH= yes
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|' ${WRKSRC}/Makefile
|
|
post-build:
|
|
(cd ${WRKSRC} && LC_ALL=C.UTF-8 ${MAKE} manpages)
|
|
|
|
.include <bsd.port.mk>
|