mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
05c3d57985
Reported on: linux.org.ru Release notes: https://www.pinta-project.com/releases/1-7-1
28 lines
714 B
Makefile
28 lines
714 B
Makefile
# Created by: Alexander Kojevnikov <alexander@kojevnikov.com>
|
|
|
|
PORTNAME= pinta
|
|
PORTVERSION= 1.7.1
|
|
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
|
|
|
|
.include <bsd.port.mk>
|