openbsd-ports/astro/jday/Makefile

24 lines
440 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2004/11/21 12:50:33 espie 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
WANTLIB= c
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>