# # C preprocessor interface to the make utility. # # The imake package contains the imake utility, plus the following # support programs: # # - ccmakedep # - mergelib # - revpath # - mkdirhier # - makeg # - cleanlinks # - mkhtmlindex # - xmkmf # # Most usage will also require installing the Xorg util/cf files which # contain the platform-specific configuration data for known platforms. # # The X Window System used imake extensively up through the X11R6.9 # release, for both full builds within the source tree and external # software. X moved to GNU autoconf and automake for its build system # in 2005 for X11R7.0 and later releases, but still provides imake for # building existing external software programs that have not yet # converted, though we are not actively maintaining it for new OS or # platform releases. # # For more information, see README.md at . # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=imake pkgversion=1.0.9 arch=amd64 release=1 pkgcategory="xorg_util" full_pkgname=imake_1.0.9_amd64-1@xorg_util blurb="C preprocessor interface to the make utility." homepage="https://www.x.org" license="MIT X Consortium" fetch="https://www.x.org/releases/individual/util/imake-1.0.9.tar.gz" replace=""