pkgsrc/math/cassowary/Makefile
jlam f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00

37 lines
990 B
Makefile

# $NetBSD: Makefile,v 1.10 2001/09/27 23:18:24 jlam Exp $
#
DISTNAME= cassowary-0.60
CATEGORIES= math
MASTER_SITES= http://www.cs.washington.edu/research/constraints/cassowary/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.cs.washington.edu/research/constraints/cassowary/
COMMENT= Constraint-solving toolkit for linear equalities and inequalities
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
DEPENDS+= guile>=1.3.2:../../lang/guile
DEPENDS+= gtl>=0.3.2:../../devel/gtl
USE_GMAKE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --enable-fd-solver
CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE}
CONFIGURE_ARGS+= --with-gtl=${LOCALBASE}
YACC= bison -y
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
DEPENDS+= egcs-1.1.2:../../lang/egcs
MAKE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++
.endif
post-install:
cd ${PREFIX}/lib/cassowary && ${RMDIR} -p bench
.include "../../mk/bsd.pkg.mk"