a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name dte
version 6.12
categories editors
platforms darwin
maintainers nomaintainer@macports.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 }