88ea72915d
make a distinction between these. ok aja@ dcoppa@
27 lines
538 B
Makefile
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>
|