mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
code style.
This commit is contained in:
@@ -15,12 +15,15 @@ PATCHES="nethack-$portVersion.patchset"
|
||||
#(it compiles in gcc4, but what is the point if it compiles under gcc2)
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/nethack directory keep-old
|
||||
"
|
||||
|
||||
PROVIDES="
|
||||
nethack = $portVersion
|
||||
cmd:nethack
|
||||
cmd:nethack_bin
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libncurses >= 6
|
||||
@@ -30,24 +33,19 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libncurses >= 6
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:bison
|
||||
cmd:flex
|
||||
cmd:gcc
|
||||
cmd:install
|
||||
cmd:groff
|
||||
cmd:nroff
|
||||
cmd:install
|
||||
cmd:make
|
||||
cmd:nroff
|
||||
cmd:sed
|
||||
cmd:tbl
|
||||
"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/nethack directory keep-old
|
||||
"
|
||||
|
||||
defineDebugInfoPackage nethack \
|
||||
"$binDir"/nethack_bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user