diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 12:24:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 12:24:11 +0000 |
commit | 3506eed0be280bdfefcb5e27ba006b99545a9163 (patch) | |
tree | 0e8c6579aed580f786abe3b0714903f1a6fd2525 /graphics/xpaint/Makefile | |
parent | 744b68c6fe6f4c2fefd28b29fcdebe5712bbf413 (diff) | |
download | pkgsrc-3506eed0be280bdfefcb5e27ba006b99545a9163.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'graphics/xpaint/Makefile')
-rw-r--r-- | graphics/xpaint/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 34ca0b763ba..9e3e17b28b0 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.32 2002/03/13 17:37:19 fredb Exp $ -# FreeBSD Id: Makefile,v 1.14 1997/08/29 12:17:50 tg Exp +# $NetBSD: Makefile,v 1.33 2002/10/21 12:26:29 wiz Exp $ +# DISTNAME= xpaint-2.6.2 PKGREVISION= 1 @@ -11,22 +11,17 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://home.worldonline.dk/~torsten/xpaint/ COMMENT= Simple paint program -DEPENDS+= tiff-[0-9]*:../../graphics/tiff -DEPENDS+= jpeg-6b:../../graphics/jpeg -DEPENDS+= png>=1.2.1:../../graphics/png - +USE_BUILDLINK2= YES USE_IMAKE= YES -USE_XPM= YES USE_RMAN= YES -EVAL_PREFIX= XPMDIR=xpm PLIST_SRC= ${WRKDIR}/PLIST pre-configure: ${MV} -f ${WRKSRC}/Local.config ${WRKSRC}/Local.config.save @${SED} -e 's|\$${LOCALBASE}|${LOCALBASE}|g' \ -e 's|\$${X11BASE}|${X11BASE}|g' \ - -e 's|\$${XPMDIR}|${XPMDIR}|g' \ + -e 's|\$${XPMDIR}|${BUILDLINK_PREFIX.xpm}|g' \ ${WRKSRC}/Local.config.save > ${WRKSRC}/Local.config post-install: @@ -35,4 +30,8 @@ post-install: ${ECHO} lib/X11/doc/html/xpaint.1.html >>${PLIST_SRC}; \ fi +.include "../../graphics/jpeg/buildlink2.mk" +.include "../../graphics/png/buildlink2.mk" +.include "../../graphics/tiff/buildlink2.mk" +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |