# $Id: Portfile,v 1.1 2005/10/27 21:48:39 mww Exp $

PortSystem 1.0

name			dte
version			6.12
categories		editors
platforms		darwin
maintainers		mww@opendarwin.org
description		text editor which uses many of the shortcuts used in MSDOS EDIT
long_description	${description}

homepage		http://freebsd.t-hosting.hu/dte/
master_sites	http://freebsd.t-hosting.hu/dte/
checksums		md5 db90098c9736ff53c01c5db4cb994e32
extract.suffix	.tgz
patchfiles		patch-Makefile patch-hwlinux.c patch-hwsysv.c

use_configure	no

build.args		PREFIX=${prefix}

destroot.args	PREFIX=${prefix}

platform darwin 8 { build.env CC=/usr/bin/gcc-4.0 }

