1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/astro/sunwait/Makefile
Muhammad Moinur Rahman 5674c646c0
astro/sunwait: Update version 20041208=>0.9.1
- Update LICENSE to GPLv3
- Use GITHUB as MASTER_SITES has moved to GH
- Pet portclippy
- Update WWW to https
2024-03-29 11:33:30 +01:00

26 lines
487 B
Makefile

PORTNAME= sunwait
DISTVERSION= 0.9.1
PORTEPOCH= 1
CATEGORIES= astro
MASTER_SITES= https://www.risacher.org/sunwait/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Calculate sunrise and sunset
WWW= http://www.risacher.org/sunwait/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= risacher
MAKEFILE= makefile
ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>