mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
70e3ccac66
- Update to upstream version 1.5 - New maintainer: david.vionnet@vmailbox.org PR: 195118 Submitted by: david.vionnet@vmailbox.org (maintainer) Reviewed by: riggs
31 lines
669 B
Makefile
31 lines
669 B
Makefile
# 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
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/mono-addins.pc:${PORTSDIR}/devel/mono-addins
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= gmake desktop-file-utils 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>
|