Files
sthen c4cb447543 set USE_NOBTCFI-aarch64 for ports using Fortran libraries that aren't
covered by the existing setting in fortran.port.mk r1.18.
2025-01-11 12:29:11 +00:00

53 lines
1.5 KiB
Makefile

USE_NOBTCFI-aarch64 = Yes# fortran
# XXX there are a couple of maintained forks:
# https://sourceforge.net/projects/nufraw/
# https://github.com/sergiomb2/ufraw
COMMENT= read and manipulate raw images from digital cameras
DISTNAME= ufraw-0.22
REVISION= 10
CATEGORIES= graphics
SITES= ${SITE_SOURCEFORGE:=ufraw/}
HOMEPAGE= https://ufraw.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} X11 Xcomposite Xcursor Xdamage Xext
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 babl-0.1
WANTLIB += bz2 c cairo cfitsio exiv2 fontconfig freetype gdk-x11-2.0
WANTLIB += gdk_pixbuf-2.0 gegl-0.4 gimp-2.0 gimpbase-2.0 gimpcolor-2.0
WANTLIB += gimpconfig-2.0 gimpmath-2.0 gimpmodule-2.0 gimpui-2.0
WANTLIB += gimpwidgets-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 gtk-x11-2.0 gtkimageview harfbuzz intl
WANTLIB += jasper jpeg json-glib-1.0 lcms2 m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 png tiff z
# don't remove unless you are sure:
WANTLIB += lensfun
COMPILER= base-clang ports-gcc base-gcc
BUILD_DEPENDS= devel/gettext,-tools
LIB_DEPENDS= graphics/gimp/stable \
graphics/lcms2 \
archivers/bzip2 \
graphics/exiv2 \
math/cfitsio \
graphics/gtkimageview \
graphics/lensfun
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -pthread" \
CFITSIO_CFLAGS="-I${LOCALBASE}/include" \
CFITSIO_LIBS="-lcfitsio"
CONFIGURE_ARGS= --enable-extras
.include <bsd.port.mk>