1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/tide/Makefile
Kris Kennaway 0d8f47d8f7 This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
2005-07-23 02:53:43 +00:00

29 lines
616 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.1.0
CATEGORIES= devel
MASTER_SITES= http://www.holm-und-jeschag.de/files/
DISTNAME= tide-${PORTVERSION:S/.//g}
MAINTAINER= nils@holm-und-jeschag.de
COMMENT= A collection of classes for the T3X language
BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x
RUN_DEPENDS= ${BUILD_DEPENDS}
BROKEN= Changes ownership of installed files
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2005-09-22
ONLY_FOR_ARCHS= i386
MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8
.include <bsd.port.mk>