diff options
Diffstat (limited to 'graphics/ivtools/Makefile')
-rw-r--r-- | graphics/ivtools/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile index 7de6b308364..48ac4004e07 100644 --- a/graphics/ivtools/Makefile +++ b/graphics/ivtools/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.22 2010/01/18 09:59:02 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2010/04/05 22:52:23 markd Exp $ -DISTNAME= ivtools-1.2.4 -PKGREVISION= 5 +DISTNAME= ivtools-1.2.8 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ivtools/} EXTRACT_SUFX= .tgz -MAINTAINER= markd@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ivtools.org/ivtools/ COMMENT= Drawing editors for PostScript, TeX, and web graphics @@ -15,6 +14,8 @@ CONFLICTS+= dclock-[0-9]* DEPENDS+= pstoedit>=3.0:../../graphics/pstoedit DEPENDS+= wget>=1.0:../../net/wget +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_TOOLS+= imake bash:run @@ -31,7 +32,8 @@ post-patch: pre-install: ${RM} -f ${WRKSRC}/config/local.def.orig ${RM} -f ${WRKSRC}/config/params.def.orig - ${RM} -f ${WRKSRC}/config/site.def.NETBSD.orig + ${RM} -f ${WRKSRC}/config/rules.def.orig + ${RM} -f ${WRKSRC}/config/site.def.*.orig ${RM} -f ${WRKSRC}/config/arch.def.orig .include "../../graphics/tiff/buildlink3.mk" |