aboutsummaryrefslogtreecommitdiffstats
path: root/science/pcp/Makefile
blob: 98a8976491ec6e546b88ef73ec837c12afe21ce8 (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
# New ports collection makefile for:    pcp
# Date created:     2006-07-25
# Whom:         Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pcp
PORTVERSION=    2.2
CATEGORIES= science math
MASTER_SITES=   SF

MAINTAINER= clsung@FreeBSD.org
COMMENT=    Machine learning program for pattern classification

GNU_CONFIGURE=  yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN=     Does not compile with GCC 4.2
.endif

.include <bsd.port.post.mk>