7cea8c1953
Changes from 1.1.0: incorporation of our patches in the standard distribution.
25 lines
606 B
Makefile
25 lines
606 B
Makefile
# $NetBSD: Makefile,v 1.6 2003/12/14 12:02:17 markd Exp $
|
|
|
|
DISTNAME= ivtools-1.1.2
|
|
WRKSRC= ${WRKDIR}/${PKGNAME:C/\.[0-9]$//}
|
|
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-*
|
|
|
|
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"
|