1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/editors/tetradraw/Makefile
2013-09-25 00:54:08 +00:00

25 lines
521 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
GNU_CONFIGURE= yes
PLIST_FILES= bin/tetradraw bin/tetraview
post-patch:
@${REINPLACE_CMD} -e \
's|^CFLAGS =.*$$|CFLAGS = @CFLAGS@|g' ${WRKSRC}/src/Makefile.in
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>