8d68144ab1
The jday binary can be used to convert calendar dates to astronomical julian dates. This number is useful for a variety of purposes. Especially related to calculating elapsed time between instances over large or short periods of time. PR: 23142 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
24 lines
507 B
Makefile
24 lines
507 B
Makefile
# New ports collection makefile for: jday
|
|
# Date created: 2000-11-27
|
|
# Whom: Christian Weisgerber <naddy@mips.inka.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jday
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= astro
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= jday
|
|
|
|
MAINTAINER= naddy@mips.inka.de
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${PREFIX}/share/doc/jday
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jday
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|