Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time.
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# $OpenBSD: Makefile,v 1.19 2015/05/22 11:31:10 ajacoutot Exp $
|
|
|
|
COMMENT= astronomical julian date calculator
|
|
|
|
DISTNAME= jday-2.4
|
|
REVISION= 3
|
|
SHARED_LIBS += jday 0.0 # .2.4
|
|
CATEGORIES= astro
|
|
HOMEPAGE= http://jday.sourceforge.net/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jday/}
|
|
|
|
WANTLIB= c
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|