diff options
Diffstat (limited to 'misc/cassowary/Makefile')
-rw-r--r-- | misc/cassowary/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/misc/cassowary/Makefile b/misc/cassowary/Makefile deleted file mode 100644 index f5a9f8515fed..000000000000 --- a/misc/cassowary/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# 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> |