Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/gnustep-preferences/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/gnustep-preferences/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.18 retrieving revision 1.39 diff -u -p -r1.18 -r1.39 --- pkgsrc/x11/gnustep-preferences/Attic/Makefile 2005/04/11 21:48:07 1.18 +++ pkgsrc/x11/gnustep-preferences/Attic/Makefile 2013/05/09 07:40:36 1.39 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2005/04/11 21:48:07 tv Exp $ -# +# $NetBSD: Makefile,v 1.39 2013/05/09 07:40:36 adam Exp $ DISTNAME= Preferences-1.2.0 PKGNAME= gnustep-${DISTNAME:S/P/p/} -PKGREVISION= 11 +PKGREVISION= 22 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prefsapp/} EXTRACT_SUFX= .tar.bz2 @@ -11,11 +10,21 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://prefsapp.sourceforge.net/ COMMENT= Application for setting preferences for the GNUstep system +LICENSE= gnu-gpl-v2 -NO_CONFIGURE= YES -USE_GNU_TOOLS+= make -USE_X11= YES -MAKEFILE= GNUmakefile +USE_LANGUAGES= objc + +NO_CONFIGURE= YES +USE_TOOLS+= gmake +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 "../../mk/pthread.buildlink3.mk"