aboutsummaryrefslogtreecommitdiff
path: root/science/libsvm/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-12-19 03:44:59 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-12-19 03:44:59 +0000
commitecefb5ebe956e1524bd701a824a5000d80681a7a (patch)
tree2d7a11b8c02708e367bc2b4ca215e7e1d8b9b44c /science/libsvm/Makefile
parent01dec72133bba76ada6e24ea97b39fb460224a70 (diff)
downloadports-ecefb5ebe956e1524bd701a824a5000d80681a7a.tar.gz
ports-ecefb5ebe956e1524bd701a824a5000d80681a7a.zip
Notes
Diffstat (limited to 'science/libsvm/Makefile')
-rw-r--r--science/libsvm/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/science/libsvm/Makefile b/science/libsvm/Makefile
new file mode 100644
index 000000000000..729e15d2c99c
--- /dev/null
+++ b/science/libsvm/Makefile
@@ -0,0 +1,22 @@
+# New ports collection Makefile for: libsvm
+# Date created: Oct 28 2001
+# Whom: Chia-Hsing Yu <davidyu@oio.cx>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libsvm
+PORTVERSION= 2.33
+CATEGORIES= science math
+MASTER_SITES= http://www.csie.ntu.edu.tw/~cjlin/libsvm/
+
+MAINTAINER= davidyu@oio.cx
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libsvm
+ ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/libsvm
+.endif
+
+.include <bsd.port.mk>