freebsd-ports/graphics/perceptualdiff/Makefile
2021-04-06 16:31:07 +02:00

23 lines
384 B
Makefile

# Created by: sobomax
PORTNAME= perceptualdiff
PORTVERSION= 2.1
PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= sobomax@FreeBSD.org
COMMENT= Program that compares two images
LICENSE= GPLv2
LIB_DEPENDS= libfreeimage.so:graphics/freeimage
PLIST_FILES= bin/perceptualdiff
USE_GITHUB= yes
GH_ACCOUNT= myint
USES= cmake compiler:c++0x
.include <bsd.port.mk>