[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / gnustep-preferences

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

Diff for /pkgsrc/x11/gnustep-preferences/Attic/Makefile between version 1.37 and 1.50

version 1.37, 2012/10/29 05:06:17 version 1.50, 2017/09/18 09:53:38
Line 2 
Line 2 
   
 DISTNAME=       Preferences-1.2.0  DISTNAME=       Preferences-1.2.0
 PKGNAME=        gnustep-${DISTNAME:S/P/p/}  PKGNAME=        gnustep-${DISTNAME:S/P/p/}
 PKGREVISION=    20  PKGREVISION=    31
 CATEGORIES=     x11 gnustep  CATEGORIES=     x11 gnustep
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=prefsapp/}  MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=prefsapp/}
 EXTRACT_SUFX=   .tar.bz2  EXTRACT_SUFX=   .tar.bz2
Line 26  SUBST_FILES.gnustep_installation_dir+= P
Line 26  SUBST_FILES.gnustep_installation_dir+= P
 SUBST_FILES.gnustep_installation_dir+=  Modules/Keyboard/GNUmakefile  SUBST_FILES.gnustep_installation_dir+=  Modules/Keyboard/GNUmakefile
 SUBST_SED.gnustep_installation_dir+=    -e 's|\$$(GNUSTEP_SYSTEM_ROOT)/Library/Preferences|$${DESTDIR}${GNUSTEP_LIB_DIR}/Preferences|'  SUBST_SED.gnustep_installation_dir+=    -e 's|\$$(GNUSTEP_SYSTEM_ROOT)/Library/Preferences|$${DESTDIR}${GNUSTEP_LIB_DIR}/Preferences|'
   
   .include "../../mk/compiler.mk"
   
   .if !empty(PKGSRC_COMPILER:Mclang)
   _WRAP_EXTRA_ARGS.CC+=   -Wno-unused-const-variable
   CWRAPPERS_APPEND.cc+=   -Wno-unused-const-variable
   .endif
   
 .include "../../x11/gnustep-back/buildlink3.mk"  .include "../../x11/gnustep-back/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"  .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.50

CVSweb <webmaster@jp.NetBSD.org>