2005-01-14 22:52:08 +01:00
|
|
|
# New ports collection makefile for: udunits
|
|
|
|
# Date created: 31 December 2004
|
|
|
|
# Whom: Greg Lewis <glewis@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= udunits
|
2010-08-19 20:23:09 +02:00
|
|
|
PORTVERSION= 2.1.19
|
2005-01-14 22:52:08 +01:00
|
|
|
CATEGORIES= science math
|
2010-06-26 00:22:05 +02:00
|
|
|
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/udunits/ \
|
|
|
|
http://sunpoet.net/distfiles/
|
2005-01-14 22:52:08 +01:00
|
|
|
|
2010-06-26 00:22:05 +02:00
|
|
|
MAINTAINER= sunpoet@sunpoet.net
|
2005-01-14 22:52:08 +01:00
|
|
|
COMMENT= A library for manipulating units of physical quantities
|
|
|
|
|
2010-03-09 00:14:22 +01:00
|
|
|
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
|
|
|
|
ac_cv_header_CUnit_CUnit_h=no
|
2010-08-19 11:02:59 +02:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib
|
2010-03-09 00:14:22 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2010-08-19 11:02:59 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2009-10-28 14:24:46 +01:00
|
|
|
USE_LDCONFIG= yes
|
2010-08-19 11:02:59 +02:00
|
|
|
USE_PERL5= yes
|
2010-03-09 00:14:22 +01:00
|
|
|
|
|
|
|
INFO= udunits2 udunits2lib udunits2prog
|
|
|
|
|
2005-01-14 22:52:08 +01:00
|
|
|
.include <bsd.port.mk>
|