9847149b30
sunrise (usefull in semi automatic astro-photography or home automation). With big help from leonardo.
14 lines
340 B
Makefile
14 lines
340 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/01/16 14:43:22 martin Exp $
|
|
|
|
DISTNAME= sunwait-0.8
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=klada/}
|
|
|
|
MAINTAINER= martin@NetBSD.org
|
|
HOMEPAGE= https://github.com/klada/sunwait
|
|
COMMENT= Calculate sunrise, sunset and twilight
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES+= c++11
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|