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

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

1.93    ! wiz         1: # $NetBSD: Makefile,v 1.92 2009/11/15 18:12:44 drochner Exp $
1.1       agc         2:
1.92      drochner    3: DISTNAME=      tiff-3.9.2
1.93    ! wiz         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.3       hubertf    12:
1.49      reed       13: EXTRACT_ONLY=  ${DISTNAME}${EXTRACT_SUFX}
                     14:
1.50      jlam       15: PKG_INSTALLATION_TYPES=        overwrite pkgviews
1.85      joerg      16: PKG_DESTDIR_SUPPORT=   user-destdir
1.50      jlam       17:
1.62      jlam       18: USE_LANGUAGES= c c++
1.44      jlam       19: USE_LIBTOOL=   yes
1.61      reed       20:
1.62      jlam       21: GNU_CONFIGURE=         yes
1.61      reed       22: CONFIGURE_ARGS+=       --enable-rpath
1.67      wiz        23: CONFIGURE_ARGS+=       --enable-cxx
                     24: CONFIGURE_ARGS+=       --with-docdir=${PREFIX}/share/doc/tiff
1.83      reed       25: CONFIGURE_ARGS+=       --without-x # just in case detects gl to build tiffgt
1.41      jlam       26:
1.81      heinz      27: TEST_TARGET=           check
                     28:
1.89      wiz        29: post-install:
                     30:        cd ${DESTDIR}/${PREFIX}/${PKGMANDIR}/man3 && for file in *.3tiff; do\
                     31:                target=`echo $$file | sed "s/3tiff/3/"`; \
                     32:                ${MV} $$file $$target; \
                     33:        done
                     34:
1.67      wiz        35: .include "options.mk"
1.22      jlam       36:
1.50      jlam       37: .include "../../devel/zlib/buildlink3.mk"
                     38: .include "../../graphics/jpeg/buildlink3.mk"
1.9       agc        39: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>