From a219f1beed72461f835f853494eca3b325198413 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 26 Mar 2013 13:31:32 +0000 Subject: [PATCH] Update for hpkg building --- sys-devel/make/make-3.82.bep | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/sys-devel/make/make-3.82.bep b/sys-devel/make/make-3.82.bep index f749ec0f5..567d584f7 100644 --- a/sys-devel/make/make-3.82.bep +++ b/sys-devel/make/make-3.82.bep @@ -1,30 +1,33 @@ +SUMMARY="Standard tool to compile source trees" DESCRIPTION="Standard tool to compile source trees." HOMEPAGE="http://www.gnu.org/software/make/" SRC_URI="http://ftp.gnu.org/pub/gnu/make/make-3.82.tar.bz2" CHECKSUM_MD5="1a11100f3c63fcf5753818e59d63088f" -REVISION="1" +REVISION="2" STATUS_HAIKU="broken" # make-3.82 has problems/incompatibilities when doing 'make install DESTDIR' # on other packages (e.g. perl) -DEPEND="" + +PROVIDES="cmd:make = $portVersion compat >= 3.82" +DEPEND="haiku >= $haikuVersion" +BUILD_DEPEND="haiku-devel >= $haikuVersion + gcc + ld + libtool" + +SOURCE_DIR="$portVersionedName" + BUILD { - cd make-3.82 + echo configureDirArgs $configureDirArgs libtoolize --force --copy --install - prefix=$(finddir B_PACKAGE_LINKS_DIRECTORY)/make-3.82 - ./configure --prefix=$prefix \ - --datadir=$prefix/data \ - --sbindir=$prefix/bin \ - --includedir=$prefix/develop/headers \ - --sysconfdir=$prefix/settings \ - --infodir=$prefix/documentation/info \ - --mandir=$prefix/documentation/man \ + ./configure $configureDirArgs \ --disable-rpath --with-gnu-ld ./build.sh } INSTALL { - cd make-3.82 ./make install } + LICENSE="GNU GPL v3" COPYRIGHT="1988-2010 Free Software Foundation, Inc."