freebsd-ports/devel/ppl/Makefile

42 lines
975 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: ppl
# Date created: Feb 5, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ppl
2004-08-23 04:22:48 +02:00
PORTVERSION= 0.6.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/%SUBDIR%/ \
http://www.cs.unipr.it/ppl/Download/ftp/releases/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= The Parma Polyhedra Library
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
2002-10-07 14:52:31 +02:00
USE_GMAKE= yes
2004-08-23 04:22:48 +02:00
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-debugging \
--enable-optimization \
--with-cflags="${CFLAGS}" \
--with-cxxflags="${CXXFLAGS}" \
--with-gmp-includes="${LOCALBASE}/include" \
--with-gmp-dir="${LOCALBASE}/lib"
USE_LDCONFIG= yes
2004-08-23 04:22:48 +02:00
PORTDOCS= *
.include <bsd.port.pre.mk>
2003-03-28 18:38:29 +01:00
# ppl needs gcc > 3.1, with libgmp4 compiled with the same gcc version
.if ${OSVERSION} < 500035
IGNORE= "Does not build with older versions of FreeBSD"
.endif
2002-10-07 14:52:31 +02:00
.include <bsd.port.post.mk>