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

Annotation of pkgsrc/graphics/urt/Makefile, Revision 1.53

1.53    ! wiz         1: # $NetBSD: Makefile,v 1.52 2009/08/26 19:56:52 sno Exp $
1.1       agc         2:
                      3: DISTNAME=      urt
                      4: PKGNAME=       urt-3.1b1
1.53    ! wiz         5: PKGREVISION=   10
1.1       agc         6: CATEGORIES=    graphics
1.48      heinz       7: MASTER_SITES=  ftp://ftp.iastate.edu/pub/utah-raster/
                      8: DISTFILES=     urt-3.1b.tar.Z urt-doc.tar.Z urt-img.tar.Z
1.1       agc         9:
1.48      heinz      10: PATCH_SITES=   http://www.funet.fi/pub/graphics/packages/urt/rel2/
1.3       frueauf    11: PATCHFILES=    urt-3.1b-3.1b1.patch
                     12: PATCH_DIST_STRIP=-p1
                     13:
1.42      jlam       14: MAINTAINER=    pkgsrc-users@NetBSD.org
1.48      heinz      15: HOMEPAGE=      http://www.cs.utah.edu/gdc/projects/urt/
1.28      cjep       16: COMMENT=       Toolkit and library for raster image processing
1.2       agc        17:
1.1       agc        18: EXTRACT_ONLY=  urt-3.1b.tar.Z
                     19:
1.48      heinz      20: PKG_DESTDIR_SUPPORT=   user-destdir
                     21:
1.31      agc        22: WRKSRC=                ${WRKDIR}
1.19      agc        23: USE_LIBTOOL=   yes
1.51      joerg      24: USE_TOOLS+=    pax
1.11      tron       25: CONFIGURE_SCRIPT=./Configure
1.40      rillig     26: CONFIGURE_ARGS+=       config/urt
1.1       agc        27: HAS_CONFIGURE= yes
1.44      obache     28: MAKE_FILE=     makefile
1.47      rillig     29: BUILD_TARGET=  # the default one
                     30:
1.50      rillig     31: AUTO_MKDIRS=                   yes
1.1       agc        32:
1.22      tron       33: post-extract:
1.47      rillig     34:        chmod 644 ${WRKSRC}/man/man1/rletotarga.1
1.22      tron       35:
1.46      rillig     36: SUBST_CLASSES+=        man
                     37: SUBST_STAGE.man=       pre-configure
                     38: SUBST_FILES.man=       config/urt
1.47      rillig     39: SUBST_SED.man=         -e 's,^\(\#defpath MAN_DEST\).*,\1 ${PREFIX}/${PKGMANDIR},'
1.46      rillig     40:
1.1       agc        41: post-install:
1.48      heinz      42:        cd ${DESTDIR:Q}${PREFIX:Q}/share/doc/urt && \
                     43:            pax -z -r -p m -s '/doc/./' -f ${DISTDIR}/urt-doc.tar.Z
                     44:        cd ${DESTDIR:Q}${PREFIX:Q}/share/examples/urt && \
                     45:            pax -z -r -p m -f ${DISTDIR}/urt-img.tar.Z
                     46:        cd ${DESTDIR:Q}${PREFIX:Q} && \
1.47      rillig     47:            chown -R ${ROOT_USER}:${ROOT_GROUP} share/doc/urt share/examples/urt && \
                     48:            find share/doc/urt share/examples/urt -type d -print | xargs chmod 755 && \
                     49:            find share/doc/urt share/examples/urt -type f -print | xargs chmod 444
1.1       agc        50:
1.34      wiz        51: .include "../../graphics/netpbm/buildlink3.mk"
1.49      joerg      52: .include "../../x11/libXext/buildlink3.mk"
                     53: .include "../../x11/xextproto/buildlink3.mk"
1.1       agc        54: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>