diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-30 14:41:52 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-07-30 14:41:52 +0000 |
commit | b2a27152ea22b998642fe528d118be458c437eb5 (patch) | |
tree | 6f7875e50db585aa072c226a5464581359059efc /math/libneural | |
parent | 86995f3e3afffff88b8fda250a22b656c3e87dd2 (diff) | |
download | ports-b2a27152ea22b998642fe528d118be458c437eb5.tar.gz ports-b2a27152ea22b998642fe528d118be458c437eb5.zip |
Notes
Diffstat (limited to 'math/libneural')
-rw-r--r-- | math/libneural/Makefile | 1 | ||||
-rw-r--r-- | math/libneural/distinfo | 2 | ||||
-rw-r--r-- | math/libneural/pkg-plist | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/math/libneural/Makefile b/math/libneural/Makefile index ecb1ae2acaa4..f08f81d83315 100644 --- a/math/libneural/Makefile +++ b/math/libneural/Makefile @@ -13,5 +13,6 @@ MASTER_SITES= http://ieee.uow.edu.au/documents/contrib/ MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes +INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/math/libneural/distinfo b/math/libneural/distinfo index 9c7305e692ef..d68a90dc0236 100644 --- a/math/libneural/distinfo +++ b/math/libneural/distinfo @@ -1 +1 @@ -MD5 (libneural-1.0.2.tar.gz) = 4a495e2094afc7ca3d95bce14947110b +MD5 (libneural-1.0.2.tar.gz) = 8ed7a3f19f4184aedbe154f27513063a diff --git a/math/libneural/pkg-plist b/math/libneural/pkg-plist index cc772850c3ad..d7c4c4438cc2 100644 --- a/math/libneural/pkg-plist +++ b/math/libneural/pkg-plist @@ -1,5 +1,5 @@ include/neuron.h include/nnwork.h +lib/libneural.a lib/libneural.so lib/libneural.so.0 -lib/libneural.a |