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
|
2011-05-25 16:38:41 +02:00
|
|
|
PORTVERSION= 2.1.23
|
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/ \
|
2010-10-01 03:14:18 +02:00
|
|
|
LOCAL/sunpoet
|
2005-01-14 22:52:08 +01:00
|
|
|
|
2010-09-22 19:10:26 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
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
|
|
|
|
|
2011-04-12 17:18:34 +02:00
|
|
|
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
|
2010-03-09 00:14:22 +01:00
|
|
|
ac_cv_header_CUnit_CUnit_h=no
|
2011-04-12 17:18:34 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2010-03-09 00:14:22 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
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
|
|
|
|
|
2011-04-12 17:18:34 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/install-data-hook$$/d' ${WRKSRC}/lib/Makefile.in
|
|
|
|
|
2005-01-14 22:52:08 +01:00
|
|
|
.include <bsd.port.mk>
|