mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
ChangeLog: https://sourceforge.net/p/libnova/libnova/ci/v0.16/tree/ChangeLog Reporter becomes maintainer. Already maintainer of several ports. PR: 286058 Reported by: alster@vinterdalen.se
29 lines
654 B
Makefile
29 lines
654 B
Makefile
PORTNAME= libnova
|
|
DISTVERSION= 0.16.0
|
|
CATEGORIES= astro
|
|
MASTER_SITES= https://sourceforge.net/code-snapshots/git/l/li/${PORTNAME}/${PORTNAME}.git/
|
|
DISTNAME= ${PORTNAME}-${PORTNAME}-${GIT_HASH}
|
|
|
|
MAINTAINER= alster@vinterdalen.se
|
|
COMMENT= Astronomical Calculation Library
|
|
WWW= https://libnova.sourceforge.net/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf libtool zip
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_SUB= SOVERSION=${DISTVERSION:R}
|
|
|
|
GIT_HASH= edbf65abe27ef1a2520eb9e839daaf58f15a6941
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure.ac
|
|
|
|
.include <bsd.port.mk>
|