summaryrefslogtreecommitdiff
path: root/editors/impress/Makefile
blob: 416b60e3d0aa3aa972457627fee76c338f09d393 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

PORTCOMMENT=	Publishing and presentation tool

RUN_DEPENDS=    wish8.3:${PORTSDIR}/x11-toolkits/tk83

WRKSRC=		${WRKDIR}/${PKGNAME}

.include <bsd.port.mk>