pkgsrc/graphics/ivtools/Makefile
markd bce292dbc6 Update to version 1.1.3
- continue evolution of iostreams usage to keep up with changes to
libstdc++-v3.  Many thanks for reinstating a filebuf constructor that
accepts an integer file descriptor.  Hard to wrap them around sockets
any other way.

- fix problem with use of ACE on Darwin with gcc-3.3.

- fix problem with lexical scanning introduced when "#" comment lines
were first handled.
2004-05-29 13:06:29 +00:00

25 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.8 2004/05/29 13:06:29 markd Exp $
DISTNAME= ivtools-1.1.3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ivtools/}
EXTRACT_SUFX= .tgz
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://www.ivtools.org/ivtools/
COMMENT= Drawing editors for PostScript, TeX, and web graphics
CONFLICTS+= dclock-*
WRKSRC= ${WRKDIR}/${PKGNAME:C/\.[0-9]$//}
GNU_CONFIGURE= YES
USE_X11= YES
post-patch:
${RM} -f ${WRKSRC}/src/include/ivstd/strstream.h
pre-install:
${RM} -f ${WRKSRC}/config/local.def.orig
${RM} -f ${WRKSRC}/config/site.def.NETBSD.orig
.include "../../mk/bsd.pkg.mk"