[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / tiff

Annotation of pkgsrc/graphics/tiff/Makefile, Revision 1.109

1.109   ! drochner    1: # $NetBSD: Makefile,v 1.108 2012/10/06 14:11:23 asau Exp $
1.1       agc         2:
1.107     adam        3: DISTNAME=      tiff-4.0.3
1.109   ! drochner    4: PKGREVISION=   1
1.1       agc         5: CATEGORIES=    graphics
1.61      reed        6: MASTER_SITES=  ftp://ftp.remotesensing.org/pub/libtiff/ \
                      7:                http://libtiff.maptools.org/dl/
1.3       hubertf     8:
1.77      jlam        9: MAINTAINER=    pkgsrc-users@NetBSD.org
1.49      reed       10: HOMEPAGE=      http://www.remotesensing.org/libtiff/
1.37      martti     11: COMMENT=       Library and tools for reading and writing TIFF data files
1.107     adam       12: LICENSE=       mit
1.3       hubertf    13:
1.49      reed       14: EXTRACT_ONLY=  ${DISTNAME}${EXTRACT_SUFX}
                     15:
1.50      jlam       16: PKG_INSTALLATION_TYPES=        overwrite pkgviews
                     17:
1.62      jlam       18: USE_LANGUAGES= c c++
1.44      jlam       19: USE_LIBTOOL=   yes
1.62      jlam       20: GNU_CONFIGURE=         yes
1.61      reed       21: CONFIGURE_ARGS+=       --enable-rpath
1.67      wiz        22: CONFIGURE_ARGS+=       --enable-cxx
                     23: CONFIGURE_ARGS+=       --with-docdir=${PREFIX}/share/doc/tiff
1.83      reed       24: CONFIGURE_ARGS+=       --without-x # just in case detects gl to build tiffgt
1.41      jlam       25:
1.102     wiz        26: PKGCONFIG_OVERRIDE=    libtiff-4.pc.in
                     27:
1.81      heinz      28: TEST_TARGET=           check
                     29:
1.89      wiz        30: post-install:
                     31:        cd ${DESTDIR}/${PREFIX}/${PKGMANDIR}/man3 && for file in *.3tiff; do\
                     32:                target=`echo $$file | sed "s/3tiff/3/"`; \
                     33:                ${MV} $$file $$target; \
                     34:        done
                     35:
1.67      wiz        36: .include "options.mk"
1.22      jlam       37:
1.50      jlam       38: .include "../../devel/zlib/buildlink3.mk"
1.103     drochner   39: # XXX for liblzma; there are more potential suppliers
                     40: .include "../../archivers/xz/buildlink3.mk"
1.98      dsainty    41: .include "../../mk/jpeg.buildlink3.mk"
1.9       agc        42: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>