33 lines
826 B
Makefile
33 lines
826 B
Makefile
# $OpenBSD: Makefile,v 1.39 2021/11/03 22:30:04 sthen 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-astropy,python3
|
|
SUBDIR += py-de421,python3
|
|
SUBDIR += py-jplephem,python3
|
|
SUBDIR += py-metar # unflavoured but uses python3
|
|
SUBDIR += py-sgp4,python3
|
|
SUBDIR += py-skyfield,python3
|
|
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>
|