openbsd-ports/astro/libnova/Makefile
martynas 4aaf4f9232 make it build with the new libm by removing the "cheat until we get
long double trigonometry" part workaround.  caught by sthen@'s bulk build
ok sthen@
2008-12-09 23:28:12 +00:00

26 lines
563 B
Makefile

# $OpenBSD: Makefile,v 1.2 2008/12/09 23:28:12 martynas Exp $
COMMENT = astronomic computations as a library
CATEGORIES = astro devel
HOMEPAGE = http://libnova.sourceforge.net/
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libnova/}
DISTNAME = libnova-0.12.1
PKGNAME = ${DISTNAME}p0
SHARED_LIBS += nova 0.0 # .1.0
# LGPL
PERMIT_DISTFILES_FTP = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_PACKAGE_CDROM = Yes
CONFIGURE_STYLE = gnu
USE_LIBTOOL = Yes
SEPARATE_BUILD = simple
WANTLIB += c m
.include <bsd.port.mk>