aboutsummaryrefslogtreecommitdiff
path: root/science/svmlight
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-03 03:24:34 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-03 03:24:34 +0000
commit621b506e07a8cdbefd12d154123246bec463fe9a (patch)
tree1b3975ff149e55897636149064b5de1fca42d886 /science/svmlight
parentc97c8896832b2c5932e9716c00c4df7c94d9f4da (diff)
downloadports-621b506e07a8cdbefd12d154123246bec463fe9a.tar.gz
ports-621b506e07a8cdbefd12d154123246bec463fe9a.zip
- Install header files
- bump PORTREVISION PR: ports/101295 Submitted by: maintainer (Gea-Suan Lin)
Notes
Notes: svn path=/head/; revision=169528
Diffstat (limited to 'science/svmlight')
-rw-r--r--science/svmlight/Makefile3
-rw-r--r--science/svmlight/pkg-plist4
2 files changed, 7 insertions, 0 deletions
diff --git a/science/svmlight/Makefile b/science/svmlight/Makefile
index b1a05e96c795..1ade82f8e34c 100644
--- a/science/svmlight/Makefile
+++ b/science/svmlight/Makefile
@@ -7,6 +7,7 @@
PORTNAME= svmlight
PORTVERSION= 6.01
+PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= http://kodiak.cs.cornell.edu/svm_light/current/
DISTNAME= svm_light
@@ -28,6 +29,8 @@ post-build:
${CC} ${CFLAGS} -shared -o ${WRKSRC}/libsvmlight.so.1 ${WRKSRC}/libsvmlight.a
do-install:
+ ${MKDIR} ${PREFIX}/include/svmlight
+ ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/svmlight
.for file in svm_classify svm_learn
${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
diff --git a/science/svmlight/pkg-plist b/science/svmlight/pkg-plist
index 671d4ebc752b..2078e23fea75 100644
--- a/science/svmlight/pkg-plist
+++ b/science/svmlight/pkg-plist
@@ -1,8 +1,12 @@
@comment $FreeBSD$
bin/svm_classify
bin/svm_learn
+include/svmlight/kernel.h
+include/svmlight/svm_common.h
+include/svmlight/svm_learn.h
lib/libsvmlight.a
lib/libsvmlight.so
lib/libsvmlight.so.1
%%DOCSDIR%%/LICENSE.txt
@dirrm %%DOCSDIR%%
+@dirrm include/svmlight