ad75835a64
ImPressTM is a WYSIWYG layout program designed especially for Linux [sic]. It allows you to create presentations and Postscript documents using fully scalable graphics similar to programs like Macromedia Freehand, Corel Draw, Adobe Illustrator and Visio. It is different from raster graphic packages like gimp, Adobe PhotoShop and Jasc's PaintShop Pro in that it deals with graphical objects which can be manipulated on a canvas rather than just layers of paint. Obtained from: OpenBSD
21 lines
413 B
Makefile
21 lines
413 B
Makefile
# Ports collection makefile for: impress
|
|
# Date created: 23 Aug 2001
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= impress
|
|
PORTVERSION= 1.1b9
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.ntlug.org/~ccox/impress/
|
|
DISTNAME= imp${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
|
|
.include <bsd.port.mk>
|