b48eba1112
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
36 lines
942 B
Makefile
36 lines
942 B
Makefile
# $NetBSD: Makefile,v 1.6 2002/03/13 17:37:24 fredb Exp $
|
|
#
|
|
|
|
DISTNAME= Math-Pari-2.001804
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
SVR4_PKGNAME= p5mpa
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
#HOMEPAGE=
|
|
COMMENT= perl5 interface to the pari math library
|
|
|
|
DEPENDS+= pari-[0-9]*:../../math/pari
|
|
# XXX: to use or not to use...
|
|
#DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot
|
|
|
|
USE_PERL5= # defined
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Pari/.packlist
|
|
|
|
# XXX: could be improved...
|
|
post-extract:
|
|
if [ ! -d ${_PKGSRCDIR}/math/pari/${WRKDIR_BASENAME} ]; then \
|
|
cd ${_PKGSRCDIR}/math/pari && ${MAKE}; \
|
|
fi
|
|
${RM} -f ${WRKSRC}/pari-*
|
|
${LN} -sf ${_PKGSRCDIR}/math/pari/${WRKDIR_BASENAME}/pari-* ${WRKSRC}/
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
pre-clean:
|
|
cd ${_PKGSRCDIR}/math/pari && ${MAKE} clean
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|