mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
a4fef5737f
Remove dead mirror, add working mirrror PR: ports/95379 Submitted by: Lars Engels <lars.engels@0x20.net>
29 lines
634 B
Makefile
29 lines
634 B
Makefile
# 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://www2.informatik.hu-berlin.de/~piefel/kimwitu++/ \
|
|
http://www.netsw.org/softeng/compilerconstruct/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
|
|
PLIST_FILES= bin/kc++
|
|
|
|
.include <bsd.port.mk>
|