mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
22 lines
443 B
Makefile
22 lines
443 B
Makefile
# Created by: Frederic Cambus
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tetradraw
|
|
PORTVERSION= 2.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Fully featured ANSI art editor/viewer with TCP/IP multidraw support
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= ncurses
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/tetradraw bin/tetraview
|
|
|
|
.include <bsd.port.mk>
|