mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
22 lines
405 B
Makefile
22 lines
405 B
Makefile
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>
|