summaryrefslogtreecommitdiffstats
path: root/xorg-util/imake/DETAILS
blob: ecfd09baeb3f540afa6248cdb5956bea28f584fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
           SPELL=imake
             PKG=imake
         VERSION=1.0.2
        XORG_VER=X11R7.0
          SOURCE=${PKG}-${VERSION}.tar.bz2
   SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/util/${SOURCE}
     SOURCE_HASH=sha512:720a78cfbc1df10ac293fb1e40c93b2e63bb365a025049ed6a12c567082aa8722961a68e561a365893e90f698c016e45e0d7501246931e6d7f36d9661cb0a858
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
        WEB_SITE=http://xorg.freedesktop.org
         ENTERED=20051125
      LICENSE[0]=XCL
           SHORT="The X.Org C preprocessor-based Makefile build system"
cat << EOF
imake is a build system which uses the C preprocessor to generate
Makefiles from Imakefiles and a template file, which may optionally
include other templates to form complex macros and patters.  It is
predominately used by legacy X applications for their build process.
EOF