diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2017-08-03 17:47:32 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2017-08-03 17:47:32 +0000 |
commit | c4b7d2796057986a1dabdbeef20e0d271ce992e4 (patch) | |
tree | c0d274b667db5a3bb2b80e002721dc74971cf46d /graphics/iccexamin/Makefile | |
parent | e43cb04ac9919a85295647d8d5a67b8c0f81451a (diff) |
Notes
Diffstat (limited to 'graphics/iccexamin/Makefile')
-rw-r--r-- | graphics/iccexamin/Makefile | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/graphics/iccexamin/Makefile b/graphics/iccexamin/Makefile index 7bf9d6ec88a6..56c7745d7013 100644 --- a/graphics/iccexamin/Makefile +++ b/graphics/iccexamin/Makefile @@ -1,11 +1,8 @@ # $FreeBSD$ -PORTNAME= iccexamin -PORTVERSION= 0.55 -PORTREVISION= 2 +PORTNAME= icc-examin +PORTVERSION= 0.56 CATEGORIES= graphics -MASTER_SITES= SF/oyranos/ICC%20Examin/ICC%20Examin%20${PORTVERSION} -DISTNAME= icc_examin-${PORTVERSION} MAINTAINER= bsam@FreeBSD.org COMMENT= ICC profile viewer and colour visualisation @@ -13,17 +10,24 @@ COMMENT= ICC profile viewer and colour visualisation LICENSE= GPLv2 LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ libftgl.so:graphics/ftgl \ - liblcms.so:graphics/lcms \ + liblcms2.so:graphics/lcms2 \ + libOyranos.so:graphics/oyranos \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ - liboyranos.so:graphics/oyranos + libXcm.so:x11/libXcm + +USE_GITHUB= yes +GH_ACCOUNT= oyranos-cms MAKE_JOBS_UNSAFE= yes -USES= desktop-file-utils gettext iconv jpeg pkgconfig tar:bzip2 +USES= desktop-file-utils gettext iconv jpeg pkgconfig HAS_CONFIGURE= yes INSTALLS_ICONS= yes -USE_XORG= # +USE_GL= gl glu +USE_XORG= x11 xcursor xext xfixes xft xinerama xpm xrandr xxf86vm CONFIGURE_ARGS+=--mandir=${PREFIX}/man --disable-openmp post-patch: |