aboutsummaryrefslogtreecommitdiff
path: root/math/libneural/Makefile
blob: b46c8c95b0e3e8c51f66e7dd74e109b2491d261c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: will
# $FreeBSD$

PORTNAME=	libneural
PORTVERSION=	1.0.3
PORTREVISION=	1
CATEGORIES=	math devel
MASTER_SITES=	http://www.freebsdbrasil.com.br/~jmelo/

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

USE_AUTOTOOLS=	libtool
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

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

.include <bsd.port.mk>