[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.3 and 1.50

version 1.3, 2003/03/07 03:00:40 version 1.50, 2017/09/18 09:53:38
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=       Preferences-1.2.0  DISTNAME=       Preferences-1.2.0
 PKGREVISION=    2  
 PKGNAME=        gnustep-${DISTNAME:S/P/p/}  PKGNAME=        gnustep-${DISTNAME:S/P/p/}
   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
   
 MAINTAINER=     packages@netbsd.org  MAINTAINER=     adam@NetBSD.org
 HOMEPAGE=       http://prefsapp.sourceforge.net/  HOMEPAGE=       http://prefsapp.sourceforge.net/
 COMMENT=        Application for setting preferences for the GNUstep system  COMMENT=        Application for setting preferences for the GNUstep system
   LICENSE=        gnu-gpl-v2
   
   USE_LANGUAGES=  objc
   
 NO_CONFIGURE=   YES  NO_CONFIGURE=   YES
 USE_BUILDLINK2= YES  USE_TOOLS+=     gmake
 USE_GMAKE=      YES  MAKE_FILE=      GNUmakefile
 USE_X11=        YES  MAKE_JOBS_SAFE= NO
 MAKEFILE=       GNUmakefile  MAKE_FLAGS+=    GNUSTEP_USER_DIR=${WRKDIR}/fake_home/GNUstep
   
 #  FIX_GNUSTEP_INSTALLATION_DIR= yes
 # Gnustep seems to use it's own idea of architecture names and at least for  SUBST_FILES.gnustep_installation_dir+=  GNUmakefile.preamble
 # i386 is using ix86. For other archs default for MACHINE_ARCH.  SUBST_FILES.gnustep_installation_dir+=  PrefsModule/GNUmakefile.preamble
 # Tested specifically on x86 and powerpc  SUBST_FILES.gnustep_installation_dir+=  Modules/Keyboard/GNUmakefile
 .if (${MACHINE_ARCH} == "i386")  SUBST_SED.gnustep_installation_dir+=    -e 's|\$$(GNUSTEP_SYSTEM_ROOT)/Library/Preferences|$${DESTDIR}${GNUSTEP_LIB_DIR}/Preferences|'
 PLIST_SUBST+=   ARCH="ix86"  
 PLIST_SUBST+=   ARCH_LOC="ix86/${LOWER_OPSYS}elf"  .include "../../mk/compiler.mk"
 .else  
 PLIST_SUBST+=   ARCH="${MACHINE_ARCH}"  .if !empty(PKGSRC_COMPILER:Mclang)
 PLIST_SUBST+=   ARCH_LOC="${MACHINE_ARCH}/${LOWER_OPSYS}"  _WRAP_EXTRA_ARGS.CC+=   -Wno-unused-const-variable
   CWRAPPERS_APPEND.cc+=   -Wno-unused-const-variable
 .endif  .endif
   
 .include "../../x11/gnustep-back/buildlink2.mk"  .include "../../x11/gnustep-back/buildlink3.mk"
 .include "../../mk/pthread.buildlink2.mk"  .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

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

CVSweb <webmaster@jp.NetBSD.org>