mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
381 B
Makefile
19 lines
381 B
Makefile
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>
|