b8864c4e1e
PR: 65674 65675 65676 65677 65678 65679 Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
21 lines
490 B
Makefile
21 lines
490 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.3
|
|
CATEGORIES= astro
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= jday
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Astronomical julian date calculator
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN1= jday.1
|
|
|
|
.include <bsd.port.mk>
|