openbsd-ports/astro/jday/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

27 lines
538 B
Makefile

# $OpenBSD: Makefile,v 1.14 2012/03/29 13:38:13 sthen Exp $
COMMENT= astronomical julian date calculator
DISTNAME= jday-2.4
REVISION= 0
SHARED_LIBS += jday 0.0 # .2.4
CATEGORIES= astro
HOMEPAGE= http://jday.sourceforge.net/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jday/}
WANTLIB= c
SEPARATE_BUILD= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
.include <bsd.port.mk>