Portfile

# $Id: Portfile 20431 2006-11-03 02:19:18Z jberry@macports.org $

PortSystem 1.0

name aewan
version 1.0.01
categories editors
platforms darwin
maintainers nomaintainer@macports.org
description Curses-based program for the creation and editing of ascii art
long_description ${description}

homepage http://aewan.sourceforge.net/
master_sites sourceforge
checksums md5 89545338d1eba311297b520f9dc1b976

depends_lib port:zlib

configure.args --mandir=${prefix}/share/man
configure.env CFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib

platform darwin 8 {
configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
}