Changeset View
Changeset View
Standalone View
Standalone View
astro/erfa/Makefile
PORTNAME= erfa | PORTNAME= erfa | ||||
DISTVERSION= 2.0.0 | DISTVERSION= 2.0.0 | ||||
CATEGORIES= astro | CATEGORIES= astro | ||||
MASTER_SITES= https://github.com/liberfa/erfa/releases/download/v${DISTVERSION}/ | |||||
MAINTAINER= yuri@FreeBSD.org | MAINTAINER= yuri@FreeBSD.org | ||||
COMMENT= Essential Routines for Fundamental Astronomy | COMMENT= Essential Routines for Fundamental Astronomy | ||||
WWW= https://github.com/liberfa/erfa | WWW= https://github.com/liberfa/erfa | ||||
LICENSE= BSD3CLAUSE | LICENSE= BSD3CLAUSE | ||||
LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
USES= autoreconf gmake libtool | USES= autoreconf gmake libtool | ||||
USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
USE_GITHUB= yes | |||||
GH_ACCOUNT= liberfa | |||||
GH_TAGNAME= v${DISTVERSION} | |||||
GH_ASSET= ${DISTNAME}${EXTRACT_SUFX} | |||||
GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
INSTALL_TARGET= install-strip | INSTALL_TARGET= install-strip | ||||
.include <bsd.port.mk> | .include <bsd.port.mk> |