blob: 3eae58220997c4b159e675c8355c1ab993c5a86a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.1.3
CATEGORIES= devel
MASTER_SITES= http://site.informatik.hu-berlin.de/kimwitu++/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= kc++.1
.include <bsd.port.mk>
|