mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
20 lines
328 B
Makefile
20 lines
328 B
Makefile
COMMENT= astronomical julian date calculator
|
|
|
|
DISTNAME= jday-2.4
|
|
REVISION= 5
|
|
SHARED_LIBS += jday 0.0 # .2.4
|
|
CATEGORIES= astro
|
|
HOMEPAGE= https://jday.sourceforge.net/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= ${SITE_SOURCEFORGE:=jday/}
|
|
|
|
WANTLIB= c
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|