b021813da0
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
30 lines
822 B
Makefile
30 lines
822 B
Makefile
# $NetBSD: Makefile,v 1.26 2008/10/19 19:18:21 he Exp $
|
|
|
|
DISTNAME= udunits-1.12.1
|
|
PKGREVISION= 3
|
|
CATEGORIES= math devel
|
|
MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/udunits/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.unidata.ucar.edu/software/udunits/
|
|
COMMENT= Library and program for manipulating units of physical quantities
|
|
|
|
USE_TOOLS+= perl
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
|
|
CPPFLAGS+= -Df2cFortran -Dunix
|
|
PERL5_CONFIGURE= no
|
|
PERL5_PACKLIST= auto/UDUNITS/.packlist
|
|
|
|
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/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|