summaryrefslogtreecommitdiff
path: root/editors/tetradraw/Makefile
blob: 5231a374b68de73616f43aa776949126b38e4c57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ex:ts=8
# Ports collection makefile for:	tetradraw
# Date created:			1 October 2002
# Whom:				Frederic Cambus
#
# $FreeBSD$
#

PORTNAME=	tetradraw
PORTVERSION=	2.0.2
CATEGORIES=	editors
MASTER_SITES=	ftp://tentacle.dhs.org/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Fully featured ANSI art editor/viewer with TCP/IP multidraw support

GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>