1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/cassowary/Makefile

28 lines
617 B
Makefile
Raw Normal View History

# New ports collection makefile for: cassowary
# Date created: 01 October 1999
# Whom: Yukihiro Nakai <nakai@FreeBSD>org>
#
# $FreeBSD$
#
2000-04-14 08:49:30 +00:00
PORTNAME= cassowary
2000-09-16 13:34:54 +00:00
PORTVERSION= 0.60
CATEGORIES= misc
MASTER_SITES= http://www.cs.washington.edu/research/constraints/cassowary/
MAINTAINER= nakai@FreeBSD.org
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} \
2000-01-12 05:59:54 +00:00
--enable-guile-build \
--enable-permissive
USE_GMAKE= yes
USE_NEWGCC= yes
USE_BISON= yes
.include <bsd.port.mk>