mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
aa7a6c429e
With hat: portmgr
28 lines
597 B
Makefile
28 lines
597 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pysofa
|
|
DISTVERSION= 0.1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= astro devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Python binding for SOFA, the fundamental astronomy library
|
|
|
|
LICENSE= PD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/libsofa_c.so:astro/sofa \
|
|
${PYNUMPY}
|
|
|
|
USES= python:3.6+
|
|
NO_ARCH= yes
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|find_library('sofa_c')|\"${LOCALBASE}/lib/libsofa_c.so\"|" \
|
|
${WRKSRC}/pysofa/pysofa_ctypes.py
|
|
|
|
.include <bsd.port.mk>
|