pkgsrc/graphics/impress/Makefile
fredb b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00

23 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/03/13 17:37:11 fredb Exp $
#
DISTNAME= imp1.1b9
PKGNAME= impress-1.1b9
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.ntlug.org/~ccox/impress/
MAINTAINER= manu@netbsd.org
HOMEPAGE= http://www.ntlug.org/~ccox/impress/
COMMENT= WYSIWYG vector graphics application
DEPENDS+= pstoedit>=3.19:../../graphics/pstoedit
DEPENDS+= tcl>=8.3.2nb2:../../lang/tcl
DEPENDS+= tk>=8.3.2nb1:../../x11/tk
WRKSRC= ${WRKDIR}/impress-1.1b9
do-build:
cd ${WRKSRC} && make make_impress make_font3d
.include "../../mk/bsd.pkg.mk"