aboutsummaryrefslogtreecommitdiff
path: root/devel/kimwitu++/Makefile
blob: 1fd34da7b1528460ea7994994c952a4f7c9eba19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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=	1
CATEGORIES=	devel
MASTER_SITES=	http://site.informatik.hu-berlin.de/kimwitu++/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A tool for processing trees (i.e. terms)

USE_BISON=	yes
USE_GETOPT_LONG=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

MAN1=	kc++.1

.include <bsd.port.mk>