2013-03-05 08:57:10 +01:00
|
|
|
# Created by: Denis Barov <dindin@dindin.ru>
|
2009-05-26 18:52:00 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lensfun
|
2016-03-19 00:34:02 +01:00
|
|
|
PORTVERSION= 0.3.2
|
2009-05-26 18:52:00 +02:00
|
|
|
CATEGORIES= graphics
|
2014-04-04 16:28:16 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
2009-05-26 18:52:00 +02:00
|
|
|
|
2011-06-10 12:02:46 +02:00
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
2011-12-15 12:45:10 +01:00
|
|
|
COMMENT= Library for fixing lens geometry distortions
|
2009-05-26 18:52:00 +02:00
|
|
|
|
2011-12-15 12:45:10 +01:00
|
|
|
LICENSE= LGPL3
|
2011-06-10 12:02:46 +02:00
|
|
|
|
2014-12-25 20:04:25 +01:00
|
|
|
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
2009-05-26 18:52:00 +02:00
|
|
|
|
2016-03-19 00:34:02 +01:00
|
|
|
USES= cmake pathfix pkgconfig
|
2009-05-26 18:52:00 +02:00
|
|
|
USE_GNOME= glib20
|
2011-06-10 12:02:46 +02:00
|
|
|
USE_LDCONFIG= yes
|
2015-03-31 10:08:49 +02:00
|
|
|
CMAKE_ARGS= -DBUILD_AUXFUN:BOOL=ON -DINSTALL_HELPER_SCRIPTS:BOOL=OFF
|
2013-03-05 08:57:10 +01:00
|
|
|
|
2016-01-13 14:34:07 +01:00
|
|
|
OPTIONS_DEFINE= SIMD
|
|
|
|
OPTIONS_DEFAULT= SIMD
|
2015-11-28 03:50:41 +01:00
|
|
|
|
2016-01-13 14:34:07 +01:00
|
|
|
SIMD_CMAKE_OFF= -DBUILD_FOR_SSE:BOOL=OFF -DBUILD_FOR_SSE2:BOOL=OFF
|
2015-11-28 03:50:41 +01:00
|
|
|
|
2009-05-26 18:52:00 +02:00
|
|
|
.include <bsd.port.mk>
|