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

Annotation of pkgsrc/graphics/fly/Makefile, Revision 1.13

1.13    ! tron        1: # $NetBSD: Makefile,v 1.12 2001/02/16 15:22:18 wiz Exp $
1.1       bouyer      2:
1.8       agc         3: DISTNAME=      fly-1.6.5
1.2       tron        4: CATEGORIES=    graphics www
1.7       tv          5: MASTER_SITES=  ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/
1.1       bouyer      6:
                      7: MAINTAINER=    bouyer@netbsd.org
1.4       tsarna      8: HOMEPAGE=      http://www.unimelb.edu.au/fly/fly.html
1.12      wiz         9: COMMENT=       command-file interface for creating and modifying PNG images
1.1       bouyer     10:
1.9       jlam       11: BUILD_DEPENDS+=        ${LOCALBASE}/bin/gif2png:../../graphics/gif2png
1.10      tron       12: DEPENDS+=      gd>=1.8.1:../../graphics/gd
1.9       jlam       13:
1.11      agc        14: EVAL_PREFIX+=  XPMDIR=xpm
                     15: USE_X11=       yes                                             # (perhaps) -lXpm
                     16: CPPFLAGS+=     -I${XPMDIR}/include -I${XPMDIR}/include/X11     # Xpm.h
1.9       jlam       17: CPPFLAGS+=     -I${LOCALBASE}/include                          # gd.h
                     18: MAKE_ENV+=     CPPFLAGS="${CPPFLAGS}"
1.1       bouyer     19:
1.6       tron       20: do-install:
1.1       bouyer     21:        ${INSTALL_PROGRAM} ${WRKSRC}/fly ${PREFIX}/bin
1.9       jlam       22:        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fly
                     23:        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fly
                     24:        cd ${WRKSRC}/doc; ${LOCALBASE}/bin/gif2png *.gif
                     25:        cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html *.png ${PREFIX}/share/doc/fly
                     26:        ${RM} -f ${WRKSRC}/examples/*.orig
                     27:        cd ${WRKSRC}/examples; ${INSTALL_DATA} * ${PREFIX}/share/examples/fly
1.1       bouyer     28:
                     29: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>