blob: f5a9f8515fed4d476f3a4dad0ff5346886bff0c5 (
plain) (
blame)
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
29
|
# New ports collection makefile for: cassowary
# Date created: 01 October 1999
# Whom: Yukihiro Nakai <nakai@FreeBSD>org>
#
# $FreeBSD$
#
PORTNAME= cassowary
PORTVERSION= 0.60
CATEGORIES= misc
MASTER_SITES= http://www.cs.washington.edu/research/constraints/cassowary/
MAINTAINER= nakai@FreeBSD.org
COMMENT= Constraint solving toolkit
BROKEN= "Does not build"
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile
LIB_DEPENDS= GTL.3:${PORTSDIR}/misc/gtl
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-guile-prefix=${LOCALBASE} \
--enable-guile-build \
--enable-permissive
USE_GMAKE= yes
USE_BISON= yes
.include <bsd.port.mk>
|