mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Initial bep for se, from tcort.
This commit is contained in:
24
app-editors/se/se-3.0.bep
Normal file
24
app-editors/se/se-3.0.bep
Normal file
@@ -0,0 +1,24 @@
|
||||
DESCRIPTION="Screen oriented version of ed"
|
||||
HOMEPAGE="http://se-editor.org/"
|
||||
SRC_URI="http://se-editor.org/dist/se-3.0.tar.gz"
|
||||
CHECKSUM_MD5="b080a5377b95d989e14ad01b0d25e33a"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="sys-libs/ncurses >= 5.6"
|
||||
|
||||
BUILD {
|
||||
cd se-3.0
|
||||
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--datadir=`finddir B_COMMON_DATA_DIRECTORY` \
|
||||
--infodir=$COMMON_DOCS/info \
|
||||
--mandir=$COMMON_DOCS/man
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd se-3.0
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="Public Domain"
|
||||
Reference in New Issue
Block a user