summaryrefslogtreecommitdiffstats
path: root/math/libneural/Makefile
blob: b908b9dc5b7195b0d56b50ad36bceead7443cc51 (plain)
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:	libneural
# Date created:				14 Jun 2000
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	libneural
PORTVERSION=	1.0.3
CATEGORIES=	math devel
MASTER_SITES=	http://ieee.uow.edu.au/documents/contrib/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	C++ implementation of the classic 3-layer perceptron in library form

USE_LIBTOOL_VER=15
INSTALLS_SHLIB=	yes
USE_REINPLACE=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
		${WRKSRC}/configure

.include <bsd.port.mk>
OpenPOWER on IntegriCloud