openbsd-ports/astro/jday/Makefile

23 lines
428 B
Makefile
Raw Normal View History

2003-09-29 09:02:29 -04:00
# $OpenBSD: Makefile,v 1.8 2003/09/29 13:02:29 naddy Exp $
2002-12-30 11:26:17 -05:00
COMMENT= "astronomical julian date calculator"
2002-12-30 11:26:17 -05:00
DISTNAME= jday-1.3
CATEGORIES= astro
HOMEPAGE= http://jday.sourceforge.net/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2002-12-30 11:26:17 -05:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jday/}
2002-12-30 11:26:17 -05:00
CONFIGURE_STYLE=gnu
2002-12-30 11:26:17 -05:00
do-regress:
@cd ${WRKSRC}; ./RunTest
.include <bsd.port.mk>