blob: cf4073d59f025b915efa157549ca93155fc4b8d1 (
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
|
# Created by: Alexander Kojevnikov <alexander@kojevnikov.com>
PORTNAME= pinta
PORTVERSION= 1.7
CATEGORIES= graphics
MASTER_SITES= https://github.com/PintaProject/Pinta/releases/download/${PORTVERSION}/
MAINTAINER= olivierw1+bugzilla-freebsd@hotmail.com
COMMENT= Simple Gtk\# Paint Program
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/license-mit.txt
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:devel/mono-addins \
intltool-update:textproc/intltool
RUN_DEPENDS= mono-addins>0:devel/mono-addins
USES= desktop-file-utils gmake gnome mono pkgconfig gettext-tools:build
USE_GNOME= gtksharp20
GNU_CONFIGURE= yes
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
INSTALLS_ICONS= yes
.include <bsd.port.mk>
|