Download and Install mtpaint version 3.20 on Mac OS X
Tuesday the 2nd of December, 2008

    mtpaint  most recent diff


    version 3.20

      View the most recent changes for the mtpaint port at: mtpaint.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for mtpaint.
      The raw portfile for mtpaint 3.20 is located here:
      http://mtpaint.darwinports.com/dports/graphics/mtpaint/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/mtpaint
      Google
      Web Darwinports.com



      # $Id: Portfile 35378 2008-03-26 21:23:35Z afb macports.org $

      PortSystem 1.0

      Name: mtpaint
      Version: 3.20
      Category: graphics
      Maintainers: afb macports.org openmaintainer
      Description: Mark Tyler's Painting Program
      Long Description: mtPaint is a painting program which Mark Tyler developed from scratch so he could easily create pixel art and manipulate digital photos.
      Homepage: http://mtpaint.sourceforge.net/
      Platform: darwin
      master_sites sourceforge:mtpaint
      use_bzip2 yes
      checksums md5 772f96288f6dc7c78597e4878fc68597

      depends_lib port:libpng port:gtk2 port:freetype

      configure.args-append gtk2 man cflags
      configure.env CFLAGS=-I${prefix}/include
      universal_variant no
      destroot.args-append MT_PREFIX=${destroot}${prefix} BIN_INSTALL=${destroot}${prefix}/bin MT_MAN_DEST=${destroot}${prefix}/share/man/man1

      Variant: gtk1 description "use GTK+1 instead of GTK+2" {
      depends_lib-delete port:gtk2 port:freetype
      depends_lib-append port:gtk1
      configure.args-delete gtk2
      configure.args-append gtk1 noft
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/mtpaint
      % sudo port install mtpaint
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching mtpaint
      ---> Verifying checksum for mtpaint
      ---> Extracting mtpaint
      ---> Configuring mtpaint
      ---> Building mtpaint with target all
      ---> Staging mtpaint into destroot
      ---> Installing mtpaint
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using mtpaint with these commands:
      %  man mtpaint
      % apropos mtpaint
      % which mtpaint
      % locate mtpaint

     Where to find more information:

    Darwin Ports



    Lightbox this page.