aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pinta/Makefile
blob: 091e1af051a24e3b69750d6cf2c8def77bcf59ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: Alexander Kojevnikov <alexander@kojevnikov.com>
# $FreeBSD$

PORTNAME=   pinta
PORTVERSION=    1.5
CATEGORIES= graphics
MASTER_SITES=   https://github.com/PintaProject/Pinta/releases/download/1.5/

MAINTAINER= david.vionnet@vmailbox.org
COMMENT=    Simple Gtk\# Paint Program

LICENSE=    MIT

BROKEN=     Fails to build with mono 4

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

USES=       desktop-file-utils gmake mono pkgconfig
HAS_CONFIGURE=  yes
CONFIGURE_ARGS+=    --mandir=${PREFIX}/man

OPTIONS_DEFINE= NLS
OPTIONS_SUB=    yes

NLS_USES=   gettext
NLS_CONFIGURE_ENABLE=   nls

USE_GNOME=  gtksharp20
INSTALLS_ICONS= yes

.include <bsd.port.mk>