Changeset View
Changeset View
Standalone View
Standalone View
math/gsl/Makefile
| # Created by: Andrew L. Neporada <andrew@chg.ru> | # Created by: Andrew L. Neporada <andrew@chg.ru> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= gsl | PORTNAME= gsl | ||||
| PORTVERSION= 1.16 | PORTVERSION= 2.3 | ||||
| PORTREVISION= 2 | PORTREVISION= 1 | ||||
| CATEGORIES= math | CATEGORIES= math | ||||
| MASTER_SITES= GNU | MASTER_SITES= GNU | ||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= tcberner@FreeBSD.org | ||||
| COMMENT= The GNU Scientific Library - mathematical libs | COMMENT= The GNU Scientific Library - mathematical libs | ||||
| LICENSE= GPLv3 | LICENSE= GPLv3 | ||||
| USES= libtool makeinfo pathfix | USES= libtool makeinfo pathfix | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' | CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split' | ||||
| Show All 18 Lines | |||||