opnsense-ports/graphics/perceptualdiff/Makefile
Franco Fichtner a589f86240 */*: sync with upstream
Taken from: FreeBSD
2017-05-22 14:28:23 +02: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>