[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.15 and 1.39

version 1.15, 2004/05/09 06:48:40 version 1.39, 2013/05/09 07:40:36
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=       Preferences-1.2.0  DISTNAME=       Preferences-1.2.0
 PKGNAME=        gnustep-${DISTNAME:S/P/p/}  PKGNAME=        gnustep-${DISTNAME:S/P/p/}
 PKGREVISION=    9  PKGREVISION=    22
 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 11  EXTRACT_SUFX= .tar.bz2
Line 10  EXTRACT_SUFX= .tar.bz2
 MAINTAINER=     adam@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
   
 NO_CONFIGURE=           YES  USE_LANGUAGES=  objc
 USE_BUILDLINK3=         YES  
 USE_GNU_TOOLS+=         make  NO_CONFIGURE=   YES
 USE_X11=                YES  USE_TOOLS+=     gmake
 MAKEFILE=               GNUmakefile  MAKE_FILE=      GNUmakefile
   MAKE_JOBS_SAFE= NO
   MAKE_FLAGS+=    GNUSTEP_USER_DIR=${WRKDIR}/fake_home/GNUstep
   
   FIX_GNUSTEP_INSTALLATION_DIR= yes
   SUBST_FILES.gnustep_installation_dir+=  GNUmakefile.preamble
   SUBST_FILES.gnustep_installation_dir+=  PrefsModule/GNUmakefile.preamble
   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|'
   
 .include "../../x11/gnustep-back/buildlink3.mk"  .include "../../x11/gnustep-back/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"  .include "../../mk/pthread.buildlink3.mk"

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.39

CVSweb <webmaster@jp.NetBSD.org>