HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #700

Ticket #700: se-3.0.bep

File se-3.0.bep, 551 bytes (added by tcort, 2 years ago)
Line 
1DESCRIPTION="Screen oriented version of ed"
2HOMEPAGE="http://se-editor.org/"
3SRC_URI="http://se-editor.org/dist/se-3.0.tar.gz"
4CHECKSUM_MD5="b080a5377b95d989e14ad01b0d25e33a"
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="sys-libs/ncurses >= 5.6"
8
9BUILD {
10        cd se-3.0
11        COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
12        ./configure --prefix=`finddir B_COMMON_DIRECTORY` \
13                --datadir=`finddir B_COMMON_DATA_DIRECTORY` \
14                --infodir=$COMMON_DOCS/info \
15                --mandir=$COMMON_DOCS/man
16        make
17}
18
19INSTALL {
20        cd se-3.0
21        make install
22}
23
24LICENSE="Public Domain"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/