aboutsummaryrefslogblamecommitdiff
path: root/graphics/perceptualdiff/Makefile
blob: ef23365734cf470bd533f6bfe01d7155ba320173 (plain) (tree)
1
2
3
4
5
6
7
8
9
                     


                              
                 
                         

                        
                                   









                                                  
 
                                    

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