blob: 7f20c61207cabada427a86ec2c6b565851501f98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Ports collection makefile for: impress
# Date created: 23 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= impress
PORTVERSION= 1.1b9
PORTREVISION= 2
CATEGORIES= editors tk
MASTER_SITES= TUCOWS http://fresh.t-systems-sfr.com/unix/src/privat2/ \
ftp://ftp.plig.net/pub/OpenBSD/distfiles/ \
ftp://ftp.openoffice.pl/bsd/FreeBSD/ports/distfiles/
DISTNAME= imp${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Publishing and presentation tool
USE_TK_RUN= 84
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>
|