summaryrefslogtreecommitdiff
path: root/math/udunits/Makefile
blob: c33ed69ed1e6c91fc2e2c92fdcc4325477f0ffb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.4 2001/04/28 23:59:22 jtb Exp $

DISTNAME=		udunits
PKGNAME=		udunits-1.11.7
CATEGORIES=		math devel
MASTER_SITES=		http://www.unidata.ucar.edu/packages/udunits/
EXTRACT_SUFX=		.tar.Z

MAINTAINER=		packages@netbsd.org
HOMEPAGE=		http://www.unidata.ucar.edu/packages/udunits/
COMMENT=		Library and program for manipulating units of physical quantities

WRKSRC=			${WRKDIR}/${PKGNAME}/src
DIST_SUBDIR=		${PKGNAME}
GNU_CONFIGURE=		yes
CPPFLAGS+=		-Df2cFortran -Dunix
CONFIGURE_ENV+=		CPPFLAGS="${CPPFLAGS}"
USE_PERL5=		yes
PERL5_PACKLIST=		${PERL5_SITEARCH}/auto/UDUNITS/.packlist

.include "../../mk/bsd.pkg.mk"