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.3 retrieving revision 1.38 diff -u -p -r1.3 -r1.38 --- pkgsrc/x11/gnustep-preferences/Attic/Makefile 2003/03/07 03:00:40 1.3 +++ pkgsrc/x11/gnustep-preferences/Attic/Makefile 2013/01/26 21:36:53 1.38 @@ -1,35 +1,31 @@ -# $NetBSD: Makefile,v 1.3 2003/03/07 03:00:40 jmc Exp $ -# +# $NetBSD: Makefile,v 1.38 2013/01/26 21:36:53 adam Exp $ DISTNAME= Preferences-1.2.0 -PKGREVISION= 2 PKGNAME= gnustep-${DISTNAME:S/P/p/} +PKGREVISION= 21 CATEGORIES= x11 gnustep MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prefsapp/} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= packages@netbsd.org +MAINTAINER= adam@NetBSD.org HOMEPAGE= http://prefsapp.sourceforge.net/ COMMENT= Application for setting preferences for the GNUstep system +LICENSE= gnu-gpl-v2 + +USE_LANGUAGES= objc NO_CONFIGURE= YES -USE_BUILDLINK2= YES -USE_GMAKE= YES -USE_X11= YES -MAKEFILE= GNUmakefile - -# -# Gnustep seems to use it's own idea of architecture names and at least for -# i386 is using ix86. For other archs default for MACHINE_ARCH. -# Tested specifically on x86 and powerpc -.if (${MACHINE_ARCH} == "i386") -PLIST_SUBST+= ARCH="ix86" -PLIST_SUBST+= ARCH_LOC="ix86/${LOWER_OPSYS}elf" -.else -PLIST_SUBST+= ARCH="${MACHINE_ARCH}" -PLIST_SUBST+= ARCH_LOC="${MACHINE_ARCH}/${LOWER_OPSYS}" -.endif +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/buildlink2.mk" -.include "../../mk/pthread.buildlink2.mk" +.include "../../x11/gnustep-back/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk"