---
name: gmake
version: 3.82_1
origin: devel/gmake
comment: GNU version of 'make' utility
arch: freebsd:10:x86:64
www: http://www.gnu.org/software/make/make.html
maintainer: autotools@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 1461283
desc: |
  GNU make is a tool that controls the generation of executables and other
  non-source files from source files.  Its purpose is the same as that
  of the utility make(1).

  WWW: http://www.gnu.org/software/make/make.html
deps:
  gettext: {origin: devel/gettext, version: 0.18.3.1}
categories:
- devel
shlibs_required:
- libintl.so.9
options: {NLS: on}
files:
  /usr/local/bin/gmake: e21fb0bd2b0f043e8b24d42fc20948c78be942482668b5416de41f27ddad99ac
  /usr/local/info/make.info: 2bfdf46af2e4b0b5927f511f3cdd2a171553ffcffa19017294097ae79d7a1d15
  /usr/local/man/man1/gmake.1.gz: a3971749141e8bac316b796f8d0ac9629724e1b99acfffcf3f09a14564d4510f
  /usr/local/share/locale/be/LC_MESSAGES/make.mo: ee2558164dc3aefd46bb8bd2ef3029ea0302deb4a02c1703e35671d4ed14f24a
  /usr/local/share/locale/da/LC_MESSAGES/make.mo: 54bcab1feccf613f10a5a4f6c48c6afa981b2cb880b6eec0010d6b3a3ad91c5c
  /usr/local/share/locale/de/LC_MESSAGES/make.mo: 1c6b35c7fa7d4ab42c3375288fc16e3bb8010c3c467256368daac91bc0719423
  /usr/local/share/locale/es/LC_MESSAGES/make.mo: ea84d604c97209e66f9d4475503905b0e65277c23521237bb1464d6ceae4003a
  /usr/local/share/locale/fi/LC_MESSAGES/make.mo: 136450fbc8630ccbd3827dcca5ddd87fbd307cb438da5fac1b78ed78e63d3494
  /usr/local/share/locale/fr/LC_MESSAGES/make.mo: 7b81772c374f90f1c9fa97c5c8584ef87fa623e56b364fb6a0b3fb21ccc4dc1c
  /usr/local/share/locale/ga/LC_MESSAGES/make.mo: af12b84af9dac63c5d46fad1b6dab0fff6b3e69cc8ab5949b03b3c93823f7d61
  /usr/local/share/locale/gl/LC_MESSAGES/make.mo: 2d1e82f81071391d0d12f2b19d565099565deff20a59ecc820acc7e48079727a
  /usr/local/share/locale/he/LC_MESSAGES/make.mo: 4eb41d5d5449bda39565fa63a041f6f236737ebaa41d960638618d2ddd0731bf
  /usr/local/share/locale/hr/LC_MESSAGES/make.mo: 9cbc694e0bafd89437616e9d64a696d590c2372a5bbeec2d6280b6ed6b92e14a
  /usr/local/share/locale/id/LC_MESSAGES/make.mo: 7fddc413b716781021ee356154cbf91317332d23b774d931360405e8898fd889
  /usr/local/share/locale/it/LC_MESSAGES/make.mo: a44206331a955fd7f55e482d75f274ba3791f74ed1a07fae5de2571154258e43
  /usr/local/share/locale/ja/LC_MESSAGES/make.mo: eed65e6e0c1e6f6a4d6fa5cf5c14686ac83d846d766b7e20d50256a0e7ff7dae
  /usr/local/share/locale/ko/LC_MESSAGES/make.mo: 2187d33da55525c947eeacaaaf43a70d1cdbdf3e72d106c335472dc40fa7b646
  /usr/local/share/locale/lt/LC_MESSAGES/make.mo: 700ad38699ca15231a277a933735c4ced84f733ce859c51d652e6feefc3abf05
  /usr/local/share/locale/nl/LC_MESSAGES/make.mo: b3bffc2d4107c4e5ff57a919940fdb62aa60024d1b2c3d5180f1ece2d282287a
  /usr/local/share/locale/pl/LC_MESSAGES/make.mo: 18d1aeeb9752be6a4958f4677edc1eb624ac7792cbc21ae105baa0742c146f24
  /usr/local/share/locale/pt_BR/LC_MESSAGES/make.mo: 325a8383e8a514cdb47066bc52f2727bf27a43fe824e698d79be560f9ccdf1b5
  /usr/local/share/locale/ru/LC_MESSAGES/make.mo: 437352e5a70ec1c3944c478ed39e7b633174cb1bb28e14895d7a81f833ecfaae
  /usr/local/share/locale/sv/LC_MESSAGES/make.mo: 1accc69923cc59a2750ce3ed9240d0acd08fd9ea4cce0c4ad57886cd643d97af
  /usr/local/share/locale/tr/LC_MESSAGES/make.mo: a2147e6a705581ddf81a188d86f9b82efcba5422f2c89de16b21908f3e340086
  /usr/local/share/locale/uk/LC_MESSAGES/make.mo: 0ded195471f029fd639e0b0c29a56a1aaea98d269a37421e72bca29b3d7e015e
  /usr/local/share/locale/vi/LC_MESSAGES/make.mo: aa7919a21243055dca781d0e2c6e26cd153f22ab7be6bd1bdde0541ac0b3d59f
  /usr/local/share/locale/zh_CN/LC_MESSAGES/make.mo: 753f352d312ec0f8529c5dec3e205ce337641705035b81aa6c5de07dd16bffea
scripts:
  post-install: |
    file=/usr/local/info/make.info
    install-info --quiet /usr/local/info/make.info ${file%25/*}/dir
  pre-deinstall: |
    if [ -f /usr/local/info/dir ]; then if sed -e '1,/Menu:/d' /usr/local/info/dir | grep -q '^[*] '; then true; else rm /usr/local/info/dir; fi; fi
  post-deinstall: |
    file=/usr/local/info/make.info
    install-info --quiet --delete /usr/local/info/make.info ${file%25/*}/dir
    if [ $(info -d ${file%25/*}  --output - 2>/dev/null | grep -c '^*') -eq 1 ]; then
      rm -f ${file%25/*}/dir
    fi
    if [ ${file%25/*} != "/usr/local/info" ]; then
       rmdir ${file%25/*} 2> /dev/null || true
    fi
