diff options
author | will <will@FreeBSD.org> | 2001-04-08 06:59:53 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-08 06:59:53 +0800 |
commit | 0e1ea0ff42e90bd06efbc3cdd2cf979aefa7fb23 (patch) | |
tree | cf969c9889e41c7a38935daaf2982b88bb2e12aa /devel/tide/Makefile | |
parent | 7afd7f4157749192d2407dab2ee230ed4aa13ece (diff) | |
download | freebsd-ports-gnome-0e1ea0ff42e90bd06efbc3cdd2cf979aefa7fb23.tar.gz freebsd-ports-gnome-0e1ea0ff42e90bd06efbc3cdd2cf979aefa7fb23.tar.zst freebsd-ports-gnome-0e1ea0ff42e90bd06efbc3cdd2cf979aefa7fb23.zip |
Add tide 1.4, T3X Integrated Development Environment and T3X Tool
classes.
PR: 22048
Submitted by: Nils M Holm <nmh@t3x.org>
Diffstat (limited to 'devel/tide/Makefile')
-rw-r--r-- | devel/tide/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/tide/Makefile b/devel/tide/Makefile new file mode 100644 index 000000000000..5a100082ae82 --- /dev/null +++ b/devel/tide/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: tide +# Date created: 16 October 2000 +# Whom: Nils M Holm <nmh@t3x.org> +# +# $FreeBSD$ +# + +PORTNAME= tide +PORTVERSION= 1.4 +CATEGORIES= devel +MASTER_SITES= http://www.t3x.org/Compiler/ \ + http://www.homepages.de/home/nmh/T3X/Compiler/ +DISTNAME= tide-${PORTVERSION:S/.//g} + +MAINTAINER= nmh@t3x.org + +BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x +RUN_DEPENDS= ${BUILD_DEPENDS} + +MAKE_ENV+= T3XDIR=/usr/local/t3x/r6 + +.include <bsd.port.mk> |