freebsd-ports/misc/cassowary/Makefile
Kris Kennaway c68436a7b7 Remove USE_NEWGCC, which is no longer supported or required.
Submitted by:   Tilman Linneweh <tilman@arved.de>
PR:             ports/40571
2002-08-31 02:44:07 +00:00

28 lines
628 B
Makefile

# 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>