aboutsummaryrefslogtreecommitdiffstats
path: root/astro/jday/Makefile
blob: ff70061a3250145ffaaab16a591a1e01d0bd4bcd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>