aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-08-05 07:49:13 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-08-05 07:49:13 +0000
commit9ac6b3789eb84fa72901b8f2c4ff4e2cb17f51ae (patch)
treefcc2a77decf6c87e0537ce37c7210171a88e0c0e
parent67a3f38ed46be0626487a489b8f594521e432498 (diff)
downloadports-9ac6b3789eb84fa72901b8f2c4ff4e2cb17f51ae.tar.gz
ports-9ac6b3789eb84fa72901b8f2c4ff4e2cb17f51ae.zip
Notes
-rw-r--r--devel/tide/Makefile15
-rw-r--r--devel/tide/pkg-descr4
2 files changed, 9 insertions, 10 deletions
diff --git a/devel/tide/Makefile b/devel/tide/Makefile
index a4c4bef097b0..b2563580a8bf 100644
--- a/devel/tide/Makefile
+++ b/devel/tide/Makefile
@@ -1,24 +1,23 @@
-# New ports collection makefile for: tide
-# Date created: 16 October 2000
-# Whom: Nils M Holm <nmh@t3x.org>
-#
+# Created by: Nils M Holm <nmh@t3x.org>
# $FreeBSD$
-#
PORTNAME= tide
PORTVERSION= 3.2.0
CATEGORIES= devel
-MASTER_SITES= http://www.t3x.org/files/
+MASTER_SITES= # http://www.t3x.org/files/
DISTNAME= tide-${PORTVERSION:S/.//g}
MAINTAINER= nmh@t3x.org
-COMMENT= A collection of classes for the T3X language
+COMMENT= Collection of classes for the T3X language
+
+LICENSE= BSD
BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x
RUN_DEPENDS:= ${BUILD_DEPENDS}
ONLY_FOR_ARCHS= i386
-MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8
+MAKE_ENV= T3XDIR="${LOCALBASE}/t3x/r8"
+MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>
diff --git a/devel/tide/pkg-descr b/devel/tide/pkg-descr
index 17ab1cdd3bb8..42eb4de8c862 100644
--- a/devel/tide/pkg-descr
+++ b/devel/tide/pkg-descr
@@ -1,3 +1,3 @@
-A collection of classes for the T3X language.
+TIDE is a collection of add-on classes for the T3X language.
-WWW: http://www.t3x.org/t3x/
+WWW: http://www.t3x.org/