2003-02-16 18:25:57 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: tetradraw
|
|
|
|
# Date created: 1 October 2002
|
|
|
|
# Whom: Frederic Cambus
|
|
|
|
#
|
|
|
|
# $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
|
2003-10-12 15:20:40 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
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
|
|
|
|
2003-10-12 15:20:40 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-02-16 18:25:57 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
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>
|