# $FreeBSD: head/graphics/gcolor3/Makefile 442405 2017-06-02 15:49:34Z linimon $

PORTNAME=	gcolor3
PORTVERSION=	2.2
DISTVERSIONPREFIX=	v
CATEGORIES=	graphics

MAINTAINER=	tobik@FreeBSD.org
COMMENT=	Simple color chooser

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/LICENSE

BROKEN_powerpc64=	fails to compile: main.c: In function '_print_version_and_exit': will never be executed

USES=		autoreconf gmake gettext libtool pkgconfig
USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool
GNU_CONFIGURE=	yes
INSTALLS_ICONS=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	Hjdskes

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

NLS_CONFIGURE_ENABLE=	nls

.include <bsd.port.mk>
