blob: ce4b9ce25b86f2fc7a40a9094a3ba5261f140103 (
plain)
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
33
34
|
# 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
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2015-12-30
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>
|