pkgsrc/archivers/szip/buildlink3.mk
adam d4051ff4e1 Changes 2.0:
Bug fixes:
   -- Few bugs that caused overflow of the output buffer were fixed.

New features:
   -- For information about changes in the SZIP source code see
      http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/Release_notes_2_0.pdf
   -- This release supports shared libraries.
      See "Known problems" section for additional information.
2005-02-24 16:20:25 +00:00

18 lines
480 B
Makefile

# $NetBSD: buildlink3.mk,v 1.2 2005/02/24 16:20:25 adam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
SZIP_BUILDLINK3_MK:= ${SZIP_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= szip
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nszip}
BUILDLINK_PACKAGES+= szip
.if !empty(SZIP_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.szip+= szip>=2.0
BUILDLINK_PKGSRCDIR.szip?= ../../archivers/szip
.endif # SZIP_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}