View | Details | Raw Unified | Return to bug 129788
Collapse All | Expand All

(-)Makefile (+3 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	szip
8
PORTNAME=	szip
9
PORTVERSION=	2.1
9
PORTVERSION=	2.1
10
PORTREVISION=	1
10
CATEGORIES=	science archivers
11
CATEGORIES=	science archivers
11
MASTER_SITES=	ftp://ftp.hdfgroup.org/lib-external/szip/2.1/src/:src \
12
MASTER_SITES=	ftp://ftp.hdfgroup.org/lib-external/szip/2.1/src/:src \
12
		http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/:doc
13
		http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/:doc
Lines 22-27 Link Here
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
24
DOCFILE=	Release_notes_2_0.pdf
25
DOCFILE=	Release_notes_2_0.pdf
26
LDFLAGS+=	-lm
27
CONFIGURE_ARGS+=	LDFLAGS="${LDFLAGS}"
25
28
26
post-install:
29
post-install:
27
.if !defined(NOPORTDOCS)
30
.if !defined(NOPORTDOCS)

Return to bug 129788