2001-04-08 00:59:53 +02:00
|
|
|
# New ports collection makefile for: tide
|
|
|
|
# Date created: 16 October 2000
|
|
|
|
# Whom: Nils M Holm <nmh@t3x.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tide
|
2004-12-13 10:56:41 +01:00
|
|
|
PORTVERSION= 3.1.0
|
2001-04-08 00:59:53 +02:00
|
|
|
CATEGORIES= devel
|
2004-12-13 10:56:41 +01:00
|
|
|
MASTER_SITES= http://www.holm-und-jeschag.de/files/
|
2001-04-08 00:59:53 +02:00
|
|
|
DISTNAME= tide-${PORTVERSION:S/.//g}
|
|
|
|
|
2004-12-13 10:56:41 +01:00
|
|
|
MAINTAINER= nils@holm-und-jeschag.de
|
|
|
|
COMMENT= A collection of classes for the T3X language
|
2003-08-07 11:02:32 +02:00
|
|
|
|
2001-04-08 00:59:53 +02:00
|
|
|
BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2003-08-10 06:33:58 +02:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
|
|
|
MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8
|
2002-11-18 10:55:44 +01:00
|
|
|
|
2001-04-08 00:59:53 +02:00
|
|
|
.include <bsd.port.mk>
|