diff options
author | krion <krion@FreeBSD.org> | 2003-10-12 21:20:40 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-12 21:20:40 +0800 |
commit | 9b70997c5f41babe85cc825b7ca3e84b6591e307 (patch) | |
tree | 27696ab224b724499fbe908bc373b589e0c8ff01 /editors/tetradraw | |
parent | 59231ca8d5bf20c371eb3178a56230e0d1d59d38 (diff) | |
download | freebsd-ports-gnome-9b70997c5f41babe85cc825b7ca3e84b6591e307.tar.gz freebsd-ports-gnome-9b70997c5f41babe85cc825b7ca3e84b6591e307.tar.zst freebsd-ports-gnome-9b70997c5f41babe85cc825b7ca3e84b6591e307.zip |
- Update MASTER_SITES and WWW: line
- Support CFLAGS properly
PR: 57888
Submitted by: Ports Fury
Diffstat (limited to 'editors/tetradraw')
-rw-r--r-- | editors/tetradraw/Makefile | 11 | ||||
-rw-r--r-- | editors/tetradraw/pkg-descr | 2 |
2 files changed, 10 insertions, 3 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} diff --git a/editors/tetradraw/pkg-descr b/editors/tetradraw/pkg-descr index 7aa027d4902c..3a37a7af7633 100644 --- a/editors/tetradraw/pkg-descr +++ b/editors/tetradraw/pkg-descr @@ -5,4 +5,4 @@ ANSI art editor for Unix operating systems. Tetradraw does not just emulate the ANSI editors for DOS: it also allows two artists to edit the same image simultaneously over the Internet. -WWW: http://tentacle.dhs.org/ +WWW: http://tetradraw.sourceforge.net/ |