freebsd-ports/devel/tide/Makefile
Edwin Groothuis aacfe87185 Maintainer Update: devel/tide
Update to TIDE 2.1.0.

PR:		ports/56978
Submitted bt:	Nils M Holm <nmh@t3x.org>
2003-09-24 10:53:36 +00:00

28 lines
575 B
Makefile

# New ports collection makefile for: tide
# Date created: 16 October 2000
# Whom: Nils M Holm <nmh@t3x.org>
#
# $FreeBSD$
#
PORTNAME= tide
PORTVERSION= 2.1.0
CATEGORIES= devel
MASTER_SITES= http://t3x.dyndns.org/files/ \
http://www.t3x.org/files/
DISTNAME= tide-${PORTVERSION:S/.//g}
MAINTAINER= nmh@t3x.org
COMMENT= T3X Integrated Development Environment and tools
BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x
RUN_DEPENDS= ${BUILD_DEPENDS}
ONLY_FOR_ARCHS= i386
MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8
do-configure:
@(cd ${WRKSRC}; make unix)
.include <bsd.port.mk>