freebsd-ports/devel/kimwitu++/Makefile

27 lines
549 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: kimwitu++
# Date created: Apr 23, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kimwitu++
PORTVERSION= 2.3.8
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www2.informatik.hu-berlin.de/~piefel/kimwitu++/ \
http://www.netsw.org/softeng/compilerconstruct/kimwitu/
2001-07-11 19:49:32 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= A tool for processing trees (i.e. terms)
USE_BISON= build
USE_GMAKE= yes
GNU_CONFIGURE= yes
2004-02-05 21:38:07 +01:00
MAN1= kc++.1
PLIST_FILES= bin/kc++
.include <bsd.port.mk>