diff options
Diffstat (limited to 'devel/fann/Makefile.common')
-rw-r--r-- | devel/fann/Makefile.common | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/fann/Makefile.common b/devel/fann/Makefile.common new file mode 100644 index 00000000000..1c5009a27d6 --- /dev/null +++ b/devel/fann/Makefile.common @@ -0,0 +1,9 @@ +# $NetBSD: Makefile.common,v 1.1 2006/10/05 14:55:21 gdt Exp $ + +FANNVERSION= 2.0.0 +DISTNAME= fann-${FANNVERSION} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fann/} + +MAINTAINER= gdt@NetBSD.org +HOMEPAGE= http://leenissen.dk/fann/ |