giovanni f1d64e1334 import mtpaint, simple GTK+2 raster painting program
from Roman Gorelov with tweaks frmo sthen@
ok sthen@

mtPaint is a simple GTK+1/2 painting program designed for creating icons and
pixel based artwork. It can edit indexed palette or 24 bit RGB images and offers
basic painting and palette manipulation tools. It also has several other more
powerful features such as channels, layers and animation. Due to its simplicity
and lack of dependencies it runs well on GNU/Linux, Windows and older PC
hardware.
2016-04-25 13:22:00 +00:00

42 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2016/04/25 13:22:00 giovanni Exp $
COMMENT = simple GTK+2 raster painting program
DISTNAME = mtpaint-3.40
EXTRACT_SUFX = .tar.bz2
CATEGORIES = graphics
HOMEPAGE = http://mtpaint.sourceforge.net/
MAINTAINER = Roman Gorelov <wuymiaon@mail.ru>
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 c cairo fontconfig freetype
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
WANTLIB += gthread-2.0 gtk-x11-2.0 intl jasper jpeg lcms2 m pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 png pthread tiff z
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=mtpaint/}
BUILD_DEPENDS = devel/gettext-tools
LIB_DEPENDS = devel/gettext \
graphics/jasper \
graphics/lcms2 \
graphics/tiff \
x11/gtk+2
RUN_DEPENDS = devel/desktop-file-utils
USE_GMAKE = Yes
CONFIGURE_STYLE = simple
CONFIGURE_ARGS = nogif jpeg jasper staticft tiff lcms \
lcms2 intl man thread cflags \
--mandir=${TRUEPREFIX}/man
NO_TEST= Yes
.include <bsd.port.mk>