7d2abb8010
Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for distfile name. No functional change intended.
12 lines
316 B
Text
12 lines
316 B
Text
# $NetBSD: Makefile.common,v 1.4 2018/04/18 20:03:43 kamil Exp $
|
|
|
|
# used by devel/fann/Makefile
|
|
# TODO: fold this into Makefile.
|
|
|
|
FANNVERSION= 2.2.0
|
|
DISTNAME= fann-${FANNVERSION}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=libfann/}
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://leenissen.dk/fann/wp/
|