Update editors/focuswriter to version 1.5.7
[dports.git] / editors / tetradraw / Makefile
1 # Created by: Frederic Cambus
2 # $FreeBSD$
3
4 PORTNAME=       tetradraw
5 PORTVERSION=    2.0.2
6 PORTREVISION=   1
7 CATEGORIES=     editors
8 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Fully featured ANSI art editor/viewer with TCP/IP multidraw support
12
13 LICENSE=        GPLv2
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 USES=           ncurses
17 GNU_CONFIGURE=  yes
18
19 PLIST_FILES=    bin/tetradraw bin/tetraview
20
21 .include <bsd.port.mk>