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