mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Initial .bep file for behappy. The Makefile was generated using paladine, using the
BeIDE behappy.proj file. Note that it's not yet building.
This commit is contained in:
18
haiku-apps/behappy/behappy-1.06.bep
Normal file
18
haiku-apps/behappy/behappy-1.06.bep
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION="HTML documentation viewer"
|
||||
HOMEPAGE="http://www.becoz.org/beos-en/behappy"
|
||||
SRC_URI="http://www.becoz.org/beos-en/behappy/downloads/behappy-1-06-src.zip"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="www-client/netsurf >= 2.6"
|
||||
CHECKSUM_MD5="59204107390414a99668ea2f03acada3"
|
||||
BUILD {
|
||||
cd "behappy src"
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd "behappy src"
|
||||
}
|
||||
|
||||
#LICENSE=""
|
||||
COPYRIGHT="2006 Sylvain Tertois"
|
||||
27
haiku-apps/behappy/patches/Makefile
Normal file
27
haiku-apps/behappy/patches/Makefile
Normal file
@@ -0,0 +1,27 @@
|
||||
NAME= BeHappy
|
||||
TYPE= APP
|
||||
SRCS= BeHappy.cpp AddOnPrefFile.cpp Eraser.cpp Preferences.cpp Tasks.cpp TranslateEntities.cpp Version.cpp WindowMonitor.cpp InfoWindow.cpp MainWindow.cpp PathWindow.cpp BrowseView.cpp Mover.cpp NetView.cpp LanguageHandler.cpp Locale.cpp HTMLProject.cpp HTMLFile.cpp HappyLink.cpp
|
||||
RSRCS= Netpositive Replicant.rsrc BeHappy.rsrc
|
||||
LIBS= /boot/develop/lib/x86/libbe.so /boot/develop/lib/x86/libroot.so /boot/develop/lib/x86/libtracker.so /boot/develop/lib/x86/libsupc++.so
|
||||
LIBPATHS=
|
||||
SYSTEM_INCLUDE_PATHS= /boot/develop/headers/be /boot/develop/headers/cpp /boot/develop/headers/posix /boot/develop/lib /boot/beos/system/lib
|
||||
LOCAL_INCLUDE_PATHS=
|
||||
OPTIMIZE=FULL
|
||||
# specify any preprocessor symbols to be defined. The symbols will not
|
||||
# have their values set automatically; you must supply the value (if any)
|
||||
# to use. For example, setting DEFINES to "DEBUG=1" will cause the
|
||||
# compiler option "-DDEBUG=1" to be used. Setting DEFINES to "DEBUG"
|
||||
# would pass "-DDEBUG" on the compiler's command line.
|
||||
DEFINES=
|
||||
# specify special warning levels
|
||||
# if unspecified default warnings will be used
|
||||
# NONE = supress all warnings
|
||||
# ALL = enable all warnings
|
||||
WARNINGS =
|
||||
# Build with debugging symbols if set to TRUE
|
||||
SYMBOLS=
|
||||
COMPILER_FLAGS=-Woverloaded-virtual -funsigned-bitfields -Wwrite-strings -D _NODEBUG
|
||||
LINKER_FLAGS=
|
||||
|
||||
## include the makefile-engine
|
||||
include $(BUILDHOME)/etc/makefile-engine
|
||||
Reference in New Issue
Block a user