58c3144236
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
41 lines
1.3 KiB
Makefile
41 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.33 2006/12/15 20:32:57 joerg Exp $
|
|
|
|
DISTNAME= fly-1.6.5
|
|
PKGREVISION= 8
|
|
CATEGORIES= graphics www
|
|
MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/
|
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
|
HOMEPAGE= http://www.unimelb.edu.au/fly/fly.html
|
|
COMMENT= Command-file interface for creating and modifying PNG images
|
|
|
|
BUILD_DEPENDS+= gif2png>=2.4.2:../../graphics/gif2png
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= examples/cgi-perl-example.pl \
|
|
examples/fly-tester.pl \
|
|
examples/size.pl \
|
|
examples/perl.example
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
pre-configure:
|
|
${SED} -e 's|@PREFIX@|${PREFIX}|g' \
|
|
< ${WRKSRC}/examples/cgi-perl-example.pl \
|
|
> ${WRKSRC}/examples/cgi-perl-example.pl.new
|
|
${MV} ${WRKSRC}/examples/cgi-perl-example.pl.new \
|
|
${WRKSRC}/examples/cgi-perl-example.pl
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fly ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fly
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/fly
|
|
cd ${WRKSRC}/doc; ${LOCALBASE}/bin/gif2png *.gif
|
|
cd ${WRKSRC}/doc; ${INSTALL_DATA} *.html *.png ${PREFIX}/share/doc/fly
|
|
${RM} -f ${WRKSRC}/examples/*.orig
|
|
cd ${WRKSRC}/examples; ${INSTALL_DATA} * ${PREFIX}/share/examples/fly
|
|
|
|
.include "../../graphics/freetype-lib/buildlink3.mk"
|
|
.include "../../graphics/gd/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|