aboutsummaryrefslogtreecommitdiff
path: root/misc/cassowary/Makefile
blob: d0e28ae9bc7e970a61f6bced1965eef7817aaa55 (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
# 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

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>