mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 13:08:53 +02:00
* marble Don't start SUMMARY with app name Re-ordered blocks * ne Don't start SUMMARY with app name Still in old BEP format * pixman Don't start SUMMARY with app name Improved DESCRIPTION Re-ordered blocks * qemacs Don't start SUMMARY with app name Re-ordered blocks * rsync Don't start SUMMARY with app name Re-ordered blocks * schroedinger Don't start SUMMARY with app name Re-ordered blocks * screen Don't start SUMMARY with app name Re-ordered blocks * sharutils Don't start SUMMARY with app name Re-ordered blocks * sortsave Don't start SUMMARY with app name Re-ordered blocks Corrected PROVIDES to declare an addon * srm Don't start SUMMARY with app name Re-ordered blocks
27 lines
732 B
Bash
27 lines
732 B
Bash
SUMMARY="The 'nice editor'"
|
|
DESCRIPTION="ne is one of the few text editors which are \
|
|
both easy to use for beginners and powerful enough for powerusers. \
|
|
It supports UTF-8 and multi-column characters as well as syntax highlighting. \
|
|
Is also has fully configurable key bindings and supports macros.
|
|
"
|
|
HOMEPAGE="http://ne.dsi.unimi.it"
|
|
SOURCE_URI="http://ne.dsi.unimi.it/ne-2.1.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
CHECKSUM_MD5="9f76652f6349721cfe0e8dc2aec9c767"
|
|
BUILD()
|
|
{
|
|
cd ne-2.1
|
|
make PREFIX=`finddir B_COMMON_DIRECTORY` NE_ANSI=1 haiku
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd ne-2.1
|
|
make PREFIX=`finddir B_COMMON_DIRECTORY` haiku
|
|
}
|
|
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="1993-1998 Sebastiano Vigna
|
|
1999-2010 Todd M. Lewis and Sebastiano Vigna"
|