mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
dabaa98212
- Support CFLAGS properly PR: 57888 Submitted by: Ports Fury
31 lines
656 B
Makefile
31 lines
656 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: tetradraw
|
|
# Date created: 1 October 2002
|
|
# Whom: Frederic Cambus
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tetradraw
|
|
PORTVERSION= 2.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Fully featured ANSI art editor/viewer with TCP/IP multidraw support
|
|
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|^CFLAGS =.*$$|CFLAGS = @CFLAGS@|g' ${WRKSRC}/src/Makefile.in
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|