2000-06-29 04:08:21 +02:00
|
|
|
# New ports collection makefile for: libneural
|
|
|
|
# Date created: 14 Jun 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libneural
|
2001-11-05 11:02:59 +01:00
|
|
|
PORTVERSION= 1.0.3
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2000-10-04 08:40:08 +02:00
|
|
|
CATEGORIES= math devel
|
2006-02-14 16:24:36 +01:00
|
|
|
MASTER_SITES= http://www.freebsdbrasil.com.br/~jmelo/
|
2000-06-29 04:08:21 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= C++ implementation of the classic 3-layer perceptron in library form
|
2000-06-29 04:08:21 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-07-30 16:41:52 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-06-02 22:28:41 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
|
|
${WRKSRC}/configure
|
2000-06-29 04:08:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|