Files
haikuports/haiku-apps/fontboy/fontboy-0.9.7.recipe

48 lines
881 B
Plaintext

SUMMARY="A small application to show your installed fonts"
DESCRIPTION="
Fontboy is a small application to show your installed fonts in Haiku. You can \
get additional information of the selected font and a preview of the complete \
Unicode charset.
"
HOMEPAGE="https://github.com/HaikuArchives/FontBoy"
SRC_URI="git://github.com/HaikuArchives/FontBoy.git#37177cb9f816f112954a04ddc6f99abd2d608326"
REVISION="2"
LICENSE="FontBoy"
COPYRIGHT="1999-2003 Oliver 'Madison' Kohl"
ARCHITECTURES="x86 x86_gcc2"
PROVIDES="
fontboy = $portVersion
app:FontBoy = $portVersion
"
REQUIRES="
haiku
"
BUILD_PREREQUIRES="
makefile_engine
cmd:g++
cmd:xres
cmd:mkdepend
cmd:make
"
BUILD_REQUIRES="
haiku_devel
"
USER_SETTINGS_FILES="
settings/Fontboy_prefs
"
BUILD()
{
cd src
make
}
INSTALL()
{
cd src
make install INSTALL_DIR=$appsDir/
addAppDeskbarSymlink $appsDir/FontBoy
}