mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
BePDF: Fixup.
This commit is contained in:
@@ -5,40 +5,39 @@ HOMEPAGE="https://haikuarchives.github.io/BePDF/"
|
||||
COPYRIGHT="1997 Benoit Triquet
|
||||
1999-2000 Hubert Figuiere
|
||||
2000-2011 Michael Pfeiffer
|
||||
2013-2016 waddlesplash"
|
||||
2013-2017 Augustin Cavalier"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/BePDF/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7c7c11123f83d6c4a6b1e5b470437dfd0db0a303e932bf448a57dacb1ef84fca"
|
||||
SOURCE_DIR="BePDF-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
|
||||
PROVIDES="
|
||||
bepdf$secondaryArchSuffix = $portVersion
|
||||
bepdf = $portVersion
|
||||
app:BePDF = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libfreetype$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
lib:libbz2$secondaryArchSuffix
|
||||
lib:libpng16$secondaryArchSuffix
|
||||
haiku
|
||||
lib:libfreetype
|
||||
lib:libz
|
||||
lib:libbz2
|
||||
lib:libpng16
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libfreetype$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
haiku_devel
|
||||
devel:libfreetype
|
||||
devel:libz
|
||||
devel:libbz2
|
||||
devel:libpng16
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
cmd:freetype_config$secondaryArchSuffix
|
||||
cmd:freetype_config
|
||||
cmd:htmldoc
|
||||
#cmd:ps2pdf # Ghostscript is not ported yet, so we can't generate PDF docs.
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user