summaryrefslogtreecommitdiff
path: root/math/libneural/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/libneural/Makefile')
-rw-r--r--math/libneural/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/math/libneural/Makefile b/math/libneural/Makefile
deleted file mode 100644
index 7eaf2efd629e..000000000000
--- a/math/libneural/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: will
-# $FreeBSD$
-
-PORTNAME= libneural
-PORTVERSION= 1.0.3
-PORTREVISION= 2
-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
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
-USES= libtool
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-INSTALL_TARGET= install-strip
-
-post-patch:
- @${REINPLACE_CMD} -e 's|iostream.h|iostream|; s|fstream.h|fstream|; s|iomanip.h|iomanip|; \
- s|endl|std::&|g; s|cerr|std::&|g; s|cout|std::&|g; s|cin|std::&|g; s|[oi]fstream |std::&|g' \
- ${WRKSRC}/lib/neuron.cc ${WRKSRC}/lib/nnwork.cc ${WRKSRC}/examples/*.cc
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libneural.so
-
-.include <bsd.port.mk>