# Created by: Alexander Kojevnikov <alexander@kojevnikov.com>
# $FreeBSD: graphics/pinta/Makefile 327733 2013-09-20 18:35:44Z bapt $

PORTNAME=	pinta
PORTVERSION=	1.4
CATEGORIES=	graphics
MASTER_SITES=	http://cloud.github.com/downloads/PintaProject/Pinta/

MAINTAINER=	mono@FreeBSD.org
COMMENT=	Simple Gtk\# Paint Program

LICENSE=	MIT

BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:${PORTSDIR}/devel/mono-addins
RUN_DEPENDS:=	${BUILD_DEPENDS}

GNU_CONFIGURE=	yes
USE_GNOME=	gnomehack gtksharp20 desktopfileutils
INSTALLS_ICONS=	yes
USES=		gettext gmake pkgconfig

MAN1=		pinta.1
MANCOMPRESSED=	yes

NO_STAGE=	yes
post-install:
	-@update-desktop-database

.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.post.mk>
