You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.3 KiB
Tcl
33 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name mtpaint
|
|
version 3.50
|
|
revision 0
|
|
categories graphics
|
|
license GPL-3+
|
|
maintainers nomaintainer
|
|
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/
|
|
platforms darwin
|
|
master_sites sourceforge:mtpaint
|
|
use_bzip2 yes
|
|
checksums rmd160 1580a4843afea287d661eaa56499900b10403033 \
|
|
sha256 695cea10c428a8f122ed59beee5ffa49dcdcba8d88a4790eaf3c64fd7c73d6ac \
|
|
size 800134
|
|
|
|
depends_build port:pkgconfig
|
|
depends_lib port:libpng \
|
|
path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
|
|
port:freetype
|
|
|
|
patchfiles patch-configure.diff \
|
|
patch-png.c.diff
|
|
|
|
configure.args --mandir=${prefix}/share/man/man1 \
|
|
gtk2 man cflags ldflags
|