was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
25 lines
457 B
Makefile
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>
|