freebsd-ports/graphics/perceptualdiff/Makefile
Mark Linimon 82c3cac0d2 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-22 16:04:19 +00:00

25 lines
457 B
Makefile

# Created by: sobomax
# $FreeBSD$
PORTNAME= perceptualdiff
PORTVERSION= 2.1
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= sobomax@FreeBSD.org
COMMENT= Program that compares two images
LICENSE= GPLv2
LIB_DEPENDS= libfreeimage.so:graphics/freeimage
BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++0x"
PLIST_FILES= bin/perceptualdiff
USE_GITHUB= yes
GH_ACCOUNT= myint
USES= cmake
.include <bsd.port.mk>