mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
5674c646c0
- Update LICENSE to GPLv3 - Use GITHUB as MASTER_SITES has moved to GH - Pet portclippy - Update WWW to https
26 lines
487 B
Makefile
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>
|