freebsd-ports/astro/jday/Makefile

22 lines
490 B
Makefile
Raw Normal View History

# 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
2003-09-29 15:00:41 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:52:52 +01:00
COMMENT= Astronomical julian date calculator
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= jday.1
.include <bsd.port.mk>