diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 03:49:05 +0000 |
commit | 28e7382123cbc7ef132190c6b3c29b101db38cfc (patch) | |
tree | a9d50288bd0e48228abd908a6f7bd8be06c4e7bd /misc/cassowary/Makefile | |
parent | 10d17b4511c6e239af7325d1f588b3d4e79e55c5 (diff) |
Notes
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> |