summaryrefslogtreecommitdiff
path: root/editors/tetradraw/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-12 13:20:40 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-12 13:20:40 +0000
commitdabaa98212454964f1ca3dd67929c617accbf749 (patch)
treeb915c2dae855dabf0c2a3a393c7b99889fd8d514 /editors/tetradraw/Makefile
parent- Update MASTER_SITES and WWW: line (diff)
- Update MASTER_SITES and WWW: line
- Support CFLAGS properly PR: 57888 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=90927
Diffstat (limited to 'editors/tetradraw/Makefile')
-rw-r--r--editors/tetradraw/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/editors/tetradraw/Makefile b/editors/tetradraw/Makefile
index 5231a374b68d..d4e444f5c2b2 100644
--- a/editors/tetradraw/Makefile
+++ b/editors/tetradraw/Makefile
@@ -8,14 +8,21 @@
PORTNAME= tetradraw
PORTVERSION= 2.0.2
+PORTREVISION= 1
CATEGORIES= editors
-MASTER_SITES= ftp://tentacle.dhs.org/
+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=${ARCH}-portbld-freebsd${OSREL}
+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}