summaryrefslogtreecommitdiff
path: root/graphics/perceptualdiff/Makefile
blob: 8c685c038cfbbdc5fbcf232b24d587f8cfa29b91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	perceptualdiff
PORTVERSION=	2.1
PORTREVISION=	3
DISTVERSIONPREFIX=	v
CATEGORIES=	graphics

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Program that compares two images
WWW=		https://github.com/myint/perceptualdiff

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>