mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
fd5f318f3c
where no distfiles can be found and are not used by maintained ports
30 lines
653 B
Makefile
30 lines
653 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= 2
|
|
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)
|
|
|
|
DEPRECATED= Upstream disapear and distfile is no more available
|
|
EXPIRATION_DATE= 2011-05-01
|
|
|
|
USE_BISON= build
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= kc++.1
|
|
PLIST_FILES= bin/kc++
|
|
|
|
.include <bsd.port.mk>
|