pkgsrc/misc/sunwait/Makefile
martin 9847149b30 Add a variant of the "sunwait" program, used to calculate sunset and
sunrise (usefull in semi automatic astro-photography or home automation).
With big help from leonardo.
2019-01-16 14:43:22 +00:00

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"