2013-09-20 18:36:23 +02:00
|
|
|
# Created by: Frederic Cambus
|
2003-02-16 18:25:57 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tetradraw
|
|
|
|
PORTVERSION= 2.0.2
|
2003-10-12 15:20:40 +02:00
|
|
|
PORTREVISION= 1
|
2003-02-16 18:25:57 +01:00
|
|
|
CATEGORIES= editors
|
2009-08-22 02:20:34 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2003-02-16 18:25:57 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:12:51 +01:00
|
|
|
COMMENT= Fully featured ANSI art editor/viewer with TCP/IP multidraw support
|
2003-02-16 18:25:57 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2003-10-12 15:20:40 +02:00
|
|
|
|
2005-08-01 19:06:39 +02:00
|
|
|
PLIST_FILES= bin/tetradraw bin/tetraview
|
|
|
|
|
2003-10-12 15:20:40 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|^CFLAGS =.*$$|CFLAGS = @CFLAGS@|g' ${WRKSRC}/src/Makefile.in
|
2003-02-16 18:25:57 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|