opnsense-ports/astro/sunwait/Makefile
Franco Fichtner 0d11077913 */*: sync with upstream
Taken from: HardenedBSD
2017-10-29 11:40:22 +01:00

20 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>