summaryrefslogtreecommitdiff
path: root/editors/tetradraw/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-02-16 17:25:57 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-02-16 17:25:57 +0000
commitaa51c6b92894d532fcf5472299efe5db0394eed9 (patch)
tree06c0141cf746a8b90e723462a04e66a74c390817 /editors/tetradraw/Makefile
parentUpdate to 0.6.7.1. (diff)
add tetradraw 2.0.2
Fully featured ANSI art editor/viewer with TCP/IP multidraw support Submitted by: Frederic Cambus
Notes
Notes: svn path=/head/; revision=75661
Diffstat (limited to 'editors/tetradraw/Makefile')
-rw-r--r--editors/tetradraw/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/tetradraw/Makefile b/editors/tetradraw/Makefile
new file mode 100644
index 000000000000..210d51db3256
--- /dev/null
+++ b/editors/tetradraw/Makefile
@@ -0,0 +1,22 @@
+# ex:ts=8
+# Ports collection makefile for: tetradraw
+# Date created: 1 October 2002
+# Whom: Frederic Cambus
+#
+# $FreeBSD$
+#
+
+PORTNAME= tetradraw
+PORTVERSION= 2.0.2
+CATEGORIES= editors
+MASTER_SITES= ftp://tentacle.dhs.org/
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>