aboutsummaryrefslogtreecommitdiff
path: root/misc/cassowary/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-06 03:49:05 +0000
commit28e7382123cbc7ef132190c6b3c29b101db38cfc (patch)
treea9d50288bd0e48228abd908a6f7bd8be06c4e7bd /misc/cassowary/Makefile
parent10d17b4511c6e239af7325d1f588b3d4e79e55c5 (diff)
Notes
Diffstat (limited to 'misc/cassowary/Makefile')
-rw-r--r--misc/cassowary/Makefile29
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>