pkgsrc/math/udunits/Makefile
2003-07-17 21:41:05 +00:00

31 lines
899 B
Makefile

# $NetBSD: Makefile,v 1.12 2003/07/17 21:48:17 grant Exp $
DISTNAME= udunits
PKGNAME= udunits-1.11.7
PKGREVISION= 1
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src
CATEGORIES= math devel
MASTER_SITES= http://www.unidata.ucar.edu/packages/udunits/
EXTRACT_SUFX= .tar.Z
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.unidata.ucar.edu/packages/udunits/
COMMENT= Library and program for manipulating units of physical quantities
DIST_SUBDIR= ${PKGNAME_NOREV}
USE_BUILDLINK2= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -Df2cFortran -Dunix
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/UDUNITS/.packlist
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/udunits
CONF_FILES= ${EGDIR}/udunits.dat ${PKG_SYSCONFDIR}/udunits.dat
post-install:
${RM} -rf ${WRKSRC}/perl/blib/lib
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"