7164f2e946
* What is new in gsl-2.7.1: ** update libtool version numbers
17 lines
387 B
Makefile
17 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.45 2021/12/07 18:16:00 wiz Exp $
|
|
|
|
DISTNAME= gsl-2.7.1
|
|
CATEGORIES= math devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gsl/}
|
|
|
|
MAINTAINER= david@maxwell.net
|
|
HOMEPAGE= https://www.gnu.org/software/gsl/gsl.html
|
|
COMMENT= The GNU Scientific Library
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|