d434d462a4
which converts calendar dates to and from astronomical julian dates.
25 lines
554 B
Makefile
25 lines
554 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2000/12/04 02:29:48 naddy Exp $
|
|
|
|
DISTNAME= jday-1.2
|
|
CATEGORIES= astro
|
|
NEED_VERSION= 1.340
|
|
HOMEPAGE= http://jday.sourceforge.net/
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@mips.inka.de>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= jday
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jday
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jday
|
|
|
|
.include <bsd.port.mk>
|