2002-02-08 13:55:37 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2002/02/08 18:55:37 naddy Exp $
|
2000-12-03 21:29:48 -05:00
|
|
|
|
2001-04-12 00:17:51 -04:00
|
|
|
COMMENT= "convert calendar dates to/from astronomical julian dates"
|
2002-02-08 13:55:37 -05:00
|
|
|
|
2000-12-03 21:29:48 -05:00
|
|
|
DISTNAME= jday-1.2
|
|
|
|
CATEGORIES= astro
|
2002-02-08 13:55:37 -05:00
|
|
|
NEED_VERSION= 1.504
|
2000-12-03 21:29:48 -05:00
|
|
|
HOMEPAGE= http://jday.sourceforge.net/
|
|
|
|
|
2002-02-08 13:55:37 -05:00
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
2000-12-03 21:29:48 -05:00
|
|
|
|
2002-02-08 13:55:37 -05:00
|
|
|
# BSD
|
2000-12-03 21:29:48 -05:00
|
|
|
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
|
|
|
|
|
2001-10-24 08:06:21 -04:00
|
|
|
NO_REGRESS= Yes
|
2002-02-08 13:55:37 -05:00
|
|
|
|
2000-12-03 21:29:48 -05:00
|
|
|
.include <bsd.port.mk>
|