File:  [cvs.NetBSD.org] / pkgsrc / archivers / szip / Makefile
Revision 1.13.14.1: download - view: text, annotated - select for diffs
Sat Oct 15 08:26:00 2011 UTC (13 years, 3 months ago) by tron
Branches: pkgsrc-2011Q3
Diff to: branchpoint 1.13: preferred, colored
Pullup ticket #3555 - requested by dholland
archivers/szip: build fix

Revisions pulled up:
- archivers/szip/Makefile                                       1.14
- archivers/szip/distinfo                                       1.8

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Thu Oct 13 22:34:56 UTC 2011

   Modified Files:
   	pkgsrc/archivers/szip: Makefile distinfo

   Log Message:
   Upstream has once again released (or "relased") a new version without
   a new version number. New DIST_SUBDIR, bump PKGREVISION to 2.

      ------

                         Relase notes for SZIP 2.1
                             July 14, 2010

   Bug fixes:

      -- None.

   New features:

      -- CMake support added, which allows for shared or static builds.

# $NetBSD: Makefile,v 1.13.14.1 2011/10/15 08:26:00 tron Exp $

DISTNAME=	szip-2.1
PKGREVISION=	2
CATEGORIES=	archivers
MASTER_SITES=	ftp://ftp.hdfgroup.org/lib-external/szip/2.1/src/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://www.hdfgroup.org/doc_resource/SZIP/
COMMENT=	Extended-Rice lossless compression
LICENSE=		szip-license

RESTRICTED=		No permission to redistribute
NO_SRC_ON_FTP=		${RESTRICTED}
NO_BIN_ON_FTP=		${RESTRICTED}
NO_SRC_ON_CDROM=	${RESTRICTED}
NO_BIN_ON_CDROM=	${RESTRICTED}

PKG_INSTALLATION_TYPES=	overwrite pkgviews
PKG_DESTDIR_SUPPORT=	user-destdir

# pkgrevisions 0, 1, 2 all have different distfiles, but 3 might not
DIST_SUBDIR=		${PKGNAME_NOREV}nb2
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
CONFIGURE_ARGS+=	--prefix=${PREFIX}

INSTALLATION_DIRS=	include lib

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>