pkgsrc/math/udunits/Makefile

21 lines
629 B
Makefile

# $NetBSD: Makefile,v 1.2 2001/02/17 18:22:45 wiz 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= jtb@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"