freebsd-ports/devel/tide/Makefile
Martin Wilke 032d935bc4 - Update to 3.2.0
PR:		113481
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
2007-06-09 13:33:28 +00:00

24 lines
495 B
Makefile

# New ports collection makefile for: tide
# Date created: 16 October 2000
# Whom: Nils M Holm <nmh@t3x.org>
#
# $FreeBSD$
#
PORTNAME= tide
PORTVERSION= 3.2.0
CATEGORIES= devel
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
BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x
RUN_DEPENDS= ${BUILD_DEPENDS}
ONLY_FOR_ARCHS= i386
MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8
.include <bsd.port.mk>