[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / graphics / fotoxx

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/graphics/fotoxx/Makefile between version 1.23 and 1.58

version 1.23, 2012/08/12 07:20:15 version 1.58, 2018/01/10 00:04:29
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       fotoxx-12.08  DISTNAME=       fotoxx-16.02.1
   PKGREVISION=    4
 CATEGORIES=     graphics  CATEGORIES=     graphics
 MASTER_SITES=   http://www.kornelix.com/uploads/1/3/0/3/13035936/  MASTER_SITES=   http://www.kornelix.com/downloads/tarballs/
   
 MAINTAINER=     pkgsrc-users@NetBSD.org  MAINTAINER=     pkgsrc-users@NetBSD.org
 HOMEPAGE=       http://www.kornelix.com/fotoxx.html  HOMEPAGE=       http://www.kornelix.com/fotoxx/fotoxx.html
 COMMENT=        Program for editing image files from a digital camera  COMMENT=        Program for editing image files from a digital camera
 LICENSE=        gnu-gpl-v3  LICENSE=        gnu-gpl-v3
   
 PKG_DESTDIR_SUPPORT=    user-destdir  BUILD_DEFS+=    PKG_SYSCONFBASE
   
   PKG_SYSCONFSUBDIR=      xdg/menus
   
   # XXX work around misc/xdg-utils being completely broken
   XDG_CONFIG_DIRS="${DESTDIR}${PKG_SYSCONFBASE}/xdg"
   MAKE_ENV+=      XDG_CONFIG_DIRS="${XDG_CONFIG_DIRS}"
   MAKE_ENV+=      XDG_DATA_DIRS="${DESTDIR}${PREFIX}/share"
   
   OWN_DIRS+=      ${PREFIX}/share/desktop-directories
   
 DEPENDS+=       xdg-utils-[0-9]*:../../misc/xdg-utils  DEPENDS+=       xdg-utils-[0-9]*:../../misc/xdg-utils
 DEPENDS+=       p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool  DEPENDS+=       p5-Image-ExifTool-[0-9]*:../../graphics/p5-Image-ExifTool
   DEPENDS+=       dcraw-[0-9]*:../../graphics/dcraw
 DEPENDS+=       gimp-ufraw-[0-9]*:../../graphics/gimp-ufraw  DEPENDS+=       gimp-ufraw-[0-9]*:../../graphics/gimp-ufraw
   
 USE_LANGUAGES=  c++  USE_LANGUAGES=  c++
 USE_TOOLS+=     pkg-config  USE_TOOLS+=     pkg-config
 TOOLS_NOOP+=    xdg-desktop-menu  
   
 BUILD_TARGET=   fotoxx  BUILD_TARGET=   fotoxx
 INSTALL_TARGET= install  INSTALL_TARGET= install
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
 .if (${OPSYS} == "NetBSD" && \  SUBST_CLASSES+=                 fix-paths
     (!empty(OS_VERSION:M6.99.*) || !empty(OS_VERSION:M[7-9].*)))  SUBST_STAGE.fix-paths=          pre-configure
 LDFLAGS+=       -lexecinfo  SUBST_MESSAGE.fix-paths=        Fixing absolute paths.
 .endif  SUBST_FILES.fix-paths=          desktop
   SUBST_SED.fix-paths=            -e 's,=/usr,=${PREFIX},g'
   
   # XXX work around misc/xdg-utils being completely broken
   pre-install:
           ${INSTALL_DATA_DIR} ${DESTDIR}${PKG_SYSCONFDIR}
           ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/desktop-directories
   
   .include "../../devel/libexecinfo/buildlink3.mk"
   .include "../../graphics/lcms2/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"  .include "../../graphics/tiff/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"  .include "../../x11/gtk3/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"  .include "../../sysutils/desktop-file-utils/desktopdb.mk"

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.58

CVSweb <webmaster@jp.NetBSD.org>