c02cb944ea
- Don't cat pkg-message from Makefile
24 lines
531 B
Makefile
24 lines
531 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/tetradraw bin/tetraview
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|^CFLAGS =.*$$|CFLAGS = @CFLAGS@|g' ${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|