2001-04-23 18:02:11 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: kimwitu++
|
|
|
|
# Date created: Apr 23, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kimwitu++
|
2003-01-01 22:14:39 +01:00
|
|
|
PORTVERSION= 2.3.3
|
2001-04-23 18:02:11 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://site.informatik.hu-berlin.de/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)
|
2001-04-23 18:02:11 +02:00
|
|
|
|
2003-01-01 22:14:39 +01:00
|
|
|
USE_BISON= yes
|
2001-04-23 18:02:11 +02:00
|
|
|
USE_GMAKE= yes
|
2003-01-01 22:14:39 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2001-04-23 18:02:11 +02:00
|
|
|
|
|
|
|
MAN1= kc++.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|