svn commit: r314311 - head/math/fann
Max Brazhnikov
makc at FreeBSD.org
Fri Mar 15 16:03:05 UTC 2013
Author: makc
Date: Fri Mar 15 16:03:04 2013
New Revision: 314311
URL: http://svnweb.freebsd.org/changeset/ports/314311
Log:
- Clean up cmake usage
- Trim header and adjust COMMENT while here
Approved by: Tz-Huan Huang (maintainer)
Modified:
head/math/fann/Makefile
Modified: head/math/fann/Makefile
==============================================================================
--- head/math/fann/Makefile Fri Mar 15 15:26:14 2013 (r314310)
+++ head/math/fann/Makefile Fri Mar 15 16:03:04 2013 (r314311)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fann
-# Date created: 2007-03-04
-# Whom: Tz-Huan Huang <tzhuan at csie.org>
-#
+# Created by: Tz-Huan Huang <tzhuan at csie.org>
# $FreeBSD$
-#
PORTNAME= fann
PORTVERSION= 2.2.0
@@ -12,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
DISTNAME= FANN-2.2.0-Source
MAINTAINER= tzhuan at 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>
More information about the svn-ports-all
mailing list