Ticket #6517: tea-Portfile.txt

File tea-Portfile.txt, 716 bytes (added by edkosh@…, 18 years ago)

tea version 11.0 build Portfile

Line 
1# $Id: Portfile,v 1.3 2005/09/13 06:57:45 olegb Exp $
2PortSystem 1.0
3name            tea
4version         11.0
5description     TEA is the powerful text editor for GNU/Linux and *BSD.
6long_description        ${description}
7maintainers     darwinports@opendarwin.org
8categories      editors
9platforms       darwin
10homepage        http://tea.linux.kiev.ua
11master_sites    ${homepage}
12checksums       md5 113f9ec59e6408806ddbf3bce256e201\
13                sha1 4253a0f642876b932d9a89dd0822d92f461775ca
14depends_lib     lib:libgtk.2:gtk2
15use_bzip2       yes
16distname        ${name}-${version}
17worksrcdir      ${name}-${version}
18configure.args  --mandir=${prefix}/share/man
19configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
20                CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"