aboutsummaryrefslogtreecommitdiff
path: root/math/fann
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-03-15 16:03:04 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-03-15 16:03:04 +0000
commite2e9e50ddc24a203a65b1abf7da9c7b3e2606528 (patch)
treee261ce29736186dc8a16edc5853d515369123f0f /math/fann
parentf004ff419c3e888c38a55b241d6c32afdd83bd75 (diff)
downloadports-e2e9e50ddc24a203a65b1abf7da9c7b3e2606528.tar.gz
ports-e2e9e50ddc24a203a65b1abf7da9c7b3e2606528.zip
Notes
Diffstat (limited to 'math/fann')
-rw-r--r--math/fann/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/math/fann/Makefile b/math/fann/Makefile
index 9ea7d07a8786..46b9efb0c272 100644
--- a/math/fann/Makefile
+++ b/math/fann/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fann
-# Date created: 2007-03-04
-# Whom: Tz-Huan Huang <tzhuan@csie.org>
-#
+# Created by: Tz-Huan Huang <tzhuan@csie.org>
# $FreeBSD$
-#
PORTNAME= fann
PORTVERSION= 2.2.0
@@ -12,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
DISTNAME= FANN-2.2.0-Source
MAINTAINER= tzhuan@csie.org
-COMMENT= A free open source neural network library
+COMMENT= Free open source neural network library
WRKSRC= ${WRKDIR}/FANN-2.2.0-Source
@@ -23,7 +19,4 @@ USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e 's|/lib/pkgconfig|/libdata/pkgconfig|g' ${WRKSRC}/CMakeLists.txt
-post-configure:
- ${ENV} CPP=${CPP} CC=${CC} CXX=${CXX} ${CMAKE_BIN} ${WRKSRC} -DCMAKE_INSTALL_PREFIX=${PREFIX}
-
.include <bsd.port.mk>