summaryrefslogtreecommitdiff
path: root/math/gsl/Makefile
blob: 2576f53fff1272e2c982a0ddacd262b06af350c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:   gsl
# Date created:                        15 Feb 2000
# Whom:                                Andrew L. Neporada <andrew@chg.ru>
#
# $FreeBSD$
#

PORTNAME=	gsl
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}
.if !defined(NOPORTDOCS)
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
.endif

MAINTAINER=	andrew@chg.ru

USE_LIBTOOL=	yes
INSTALLS_SHLIB=	yes
GSLREF=		gsl-ref.ps.gz

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/gsl
	${INSTALL_MAN} ${DISTDIR}/${GSLREF} ${PREFIX}/share/doc/gsl
	${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF}
.endif

.include <bsd.port.mk>