summaryrefslogtreecommitdiffstats
path: root/math/gsl/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-06-04 17:08:39 +0000
committerwill <will@FreeBSD.org>2000-06-04 17:08:39 +0000
commitadfe68cd6e84f983fe0985f1c15ca19e1a7b261d (patch)
tree55b00d910654916a3afa502fbc07d82942ec9e23 /math/gsl/Makefile
parent5db9c5981f07be7afd7c0f41b42611abcab01c4c (diff)
downloadFreeBSD-ports-adfe68cd6e84f983fe0985f1c15ca19e1a7b261d.zip
FreeBSD-ports-adfe68cd6e84f983fe0985f1c15ca19e1a7b261d.tar.gz
Update to 0.6. Add USE_LIBTOOL. Portlint.
PR: 18991 Submitted by: MAINTAINER
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r--math/gsl/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile
index a9ef849..e2fd4c0 100644
--- a/math/gsl/Makefile
+++ b/math/gsl/Makefile
@@ -6,28 +6,28 @@
#
PORTNAME= gsl
-PORTVERSION= 0.5
+PORTVERSION= 0.6
CATEGORIES= math
MASTER_SITES= ftp://sourceware.cygnus.com/pub/gsl/ \
+ ftp://ftp.freesoftware.com/pub/sourceware/gsl/ \
+ ftp://sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/gsl/ \
ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/gsl/ \
ftp://ftp.chg.ru/pub/math/gsl/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${GSLREF}
-
-MAINTAINER= andrew@chg.ru
-
-GNU_CONFIGURE= yes
.if !defined(NOPORTDOCS)
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
.endif
+MAINTAINER= andrew@chg.ru
+
+USE_LIBTOOL= yes
GSLREF= gsl-ref.ps.gz
post-install:
- strip ${PREFIX}/bin/gsl-histogram ${PREFIX}/bin/gsl-randist
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/gsl
- ${INSTALL_MAN} ${DISTDIR}/gsl-ref.ps.gz ${PREFIX}/share/doc/gsl
- ${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/gsl-ref.ps.gz
+ ${INSTALL_MAN} ${DISTDIR}/${GSLREF} ${PREFIX}/share/doc/gsl
+ ${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF}
.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud