summaryrefslogtreecommitdiff
path: root/math/cassowary/Makefile
blob: eae7fa718f5e0068d9f6765584f4a974f0e78d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $NetBSD: Makefile,v 1.4 2000/05/11 02:54:30 dmcmahill Exp $
#

DISTNAME=		cassowary-0.50
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/

DEPENDS+=		guile-1.3.*:../../lang/guile
BUILD_DEPENDS+=		${LOCALBASE}/bin/bison:../../devel/bison

GNU_CONFIGURE=		yes
USE_LIBTOOL=		yes
USE_GMAKE=		yes

YACC=			${LOCALBASE}/bin/bison -y
CONFIGURE_ARGS+=	--with-guile-prefix=${LOCALBASE}

.include "../../mk/bsd.prefs.mk"

.if ${OPSYS} == "SunOS"
DEPENDS+=		egcs-1.1.2:../../lang/egcs
MAKE_ENV+=		CXX=${LOCALBASE}/egcs/bin/g++
.endif

.include "../../mk/bsd.pkg.mk"