openbsd-ports/math/udunits/Makefile

27 lines
675 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.10 2013/03/21 08:46:33 ajacoutot Exp $
COMMENT = library to manipulate units of physical quantities
DISTNAME = udunits-2.1.24
CATEGORIES = math
HOMEPAGE = http://www.unidata.ucar.edu/software/udunits/
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# original BSD-like, with advertisement clause
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ftp://ftp.unidata.ucar.edu/pub/udunits/
SHARED_LIBS = udunits2 1.0
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2013-03-11 07:20:26 -04:00
TEST_DEPENDS = devel/cunit
TEST_TARGET = check
WANTLIB += c expat m
.include <bsd.port.mk>