freebsd-ports/graphics/gcolor3/Makefile
Mark Linimon 4ba19e7015 Mark some ports failing on powerpc64. These ports are either new
ports, or had been recently unblocked.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-06-02 15:49:34 +00:00

29 lines
566 B
Makefile

# $FreeBSD$
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>