d4b19362dd
Imported in 1998 and modified in 2009 to "fix Y2K bug" which means "we may not distribute modified versions [due to its license]". There has been no update and it now fails to build with "-fno-common". The servers used by "getsts" and "gettle" to fetch satellite information no longer exist. FreeBSD removed it in 2011, "No more public distfiles". (thanks naddy) OK naddy
28 lines
624 B
Makefile
28 lines
624 B
Makefile
# $OpenBSD: Makefile,v 1.36 2021/01/30 14:14:38 kn Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += ansiweather
|
|
SUBDIR += celestia
|
|
SUBDIR += dgpsip
|
|
SUBDIR += gcal
|
|
SUBDIR += gnuastro
|
|
SUBDIR += jday
|
|
SUBDIR += kstars
|
|
SUBDIR += libnova
|
|
SUBDIR += phoon
|
|
SUBDIR += py-astral,python3
|
|
SUBDIR += py-metar
|
|
SUBDIR += stellarium
|
|
SUBDIR += sunclock
|
|
SUBDIR += wcslib
|
|
SUBDIR += wmglobe
|
|
SUBDIR += wmmoonclock
|
|
SUBDIR += wmspaceweather
|
|
SUBDIR += wmsun
|
|
SUBDIR += xearth
|
|
SUBDIR += xephem
|
|
SUBDIR += xphoon
|
|
SUBDIR += xworld
|
|
|
|
.include <bsd.port.subdir.mk>
|