1999-10-06 05:38:51 +00:00
|
|
|
# New ports collection makefile for: cassowary
|
2000-01-12 05:59:54 +00:00
|
|
|
# Version required: 0.54a
|
1999-10-06 05:38:51 +00:00
|
|
|
# Date created: 01 October 1999
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD>org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-01-12 05:59:54 +00:00
|
|
|
DISTNAME= cassowary-0.54a
|
1999-10-06 05:38:51 +00:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://www.cs.washington.edu/research/constraints/cassowary/
|
|
|
|
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
|
1999-10-13 07:31:43 +00:00
|
|
|
BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile
|
1999-10-06 05:38:51 +00:00
|
|
|
LIB_DEPENDS= GTL.3:${PORTSDIR}/misc/gtl
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-01-12 05:59:54 +00:00
|
|
|
CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} \
|
|
|
|
--enable-guile-build \
|
|
|
|
--enable-permissive
|
1999-10-06 05:38:51 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_NEWGCC= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|