freebsd-ports/astro/sunwait/Makefile
Steve Wills 1e7932338f astro/sunwait: create port
Sunwait is a small C program for calculating sunrise and sunset, as well as
civil, nautical, and astronomical twilights. It has features that make it
useful for home automation tasks.

WWW: http://www.risacher.org/sunwait/
2017-10-28 12:17:49 +00:00

21 lines
394 B
Makefile

# $FreeBSD$
PORTNAME= sunwait
PORTVERSION= 20041208
CATEGORIES= astro
MASTER_SITES= http://www.risacher.org/sunwait/
MAINTAINER= swills@FreeBSD.org
COMMENT= Calculate sunrise and sunset
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>