From 92f1d298bdc9327df9dd2149e1f4702ddf2b6c2c Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 18 Mar 2003 12:13:43 +0000 Subject: Convert his package to buildlink2 to make it build with the update "netpbm" package. Bump package revision to reflect change. --- graphics/urt/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'graphics/urt') diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 1017f7f3d85..00161b0c25c 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2002/03/13 17:37:18 fredb Exp $ -# FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp +# $NetBSD: Makefile,v 1.25 2003/03/18 12:13:43 tron Exp $ DISTNAME= urt PKGNAME= urt-3.1b1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.utah.edu/pub/dept/OLD/pub/ DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar @@ -15,11 +14,9 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= packages@netbsd.org COMMENT= Utah raster toolkit - a toolkit and library for raster image processing -#DEPENDS+= tiff-[0-9]*:../tiff # netpbm will pull in tiff. -DEPENDS+= netpbm>=9.7nb1:../../graphics/netpbm - EXTRACT_ONLY= urt-3.1b.tar.Z +USE_BUILDLINK2= yes USE_LIBTOOL= yes USE_X11= yes WRKSRC= ${WRKDIR} @@ -46,4 +43,5 @@ post-install: ${FIND} . -type d -exec ${CHMOD} 755 '{}' \; ; \ ${FIND} . -type f -exec ${CHMOD} 644 '{}' \;) +.include "../../graphics/netpbm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3