7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
32 lines
833 B
Makefile
32 lines
833 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/05/29 23:36:56 wiz Exp $
|
|
|
|
DISTNAME= ppl-1.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= math
|
|
#MASTER_SITES= ftp://gcc.gnu.org/pub/gcc/infrastructure/
|
|
MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/1.1/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.cs.unipr.it/ppl/
|
|
COMMENT= The Parma Polyhedra Library
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= autoconf automake gmake perl
|
|
DEPENDS+= gsed-[0-9]*:../../textproc/gsed
|
|
|
|
USE_LANGUAGES= c c++
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_ENV+= lt_cv_path_SED=${PREFIX}/bin/gsed
|
|
CONFIGURE_ARGS+= --with-gmp-prefix=${PREFIX}
|
|
#CONFIGURE_ARGS+= --enable-interfaces=c,cxx
|
|
|
|
do-build:
|
|
set -e; cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE}
|
|
|
|
TEST_TARGET= -k check
|
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../math/mpfr/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|