aboutsummaryrefslogtreecommitdiffstats
path: root/misc/cassowary/Makefile
blob: 321b3b0fada755dc0c395f96387ae78cf9420772 (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
# New ports collection makefile for:   cassowary
# Version required:    0.54a
# Date created:        01 October 1999
# Whom:                Yukihiro Nakai <nakai@FreeBSD>org>
#
# $FreeBSD$
#

DISTNAME=   cassowary-0.54a
CATEGORIES= misc
MASTER_SITES=   http://www.cs.washington.edu/research/constraints/cassowary/

MAINTAINER= nakai@FreeBSD.org

BUILD_DEPENDS=  guile:${PORTSDIR}/lang/guile
LIB_DEPENDS=    GTL.3:${PORTSDIR}/misc/gtl

GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=    --with-guile-prefix=${LOCALBASE} \
        --enable-guile-build \
        --enable-permissive
USE_GMAKE=  yes
USE_NEWGCC= yes

.include <bsd.port.mk>