2009-05-19 10:59:00 +02:00
|
|
|
# $NetBSD: Makefile,v 1.35 2009/05/19 08:59:38 wiz Exp $
|
2002-09-29 11:05:24 +02:00
|
|
|
|
|
|
|
DISTNAME= Preferences-1.2.0
|
|
|
|
PKGNAME= gnustep-${DISTNAME:S/P/p/}
|
2009-04-19 11:21:24 +02:00
|
|
|
PKGREVISION= 19
|
2002-09-29 11:05:24 +02:00
|
|
|
CATEGORIES= x11 gnustep
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prefsapp/}
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2003-12-05 11:20:27 +01:00
|
|
|
MAINTAINER= adam@NetBSD.org
|
2002-09-29 11:05:24 +02:00
|
|
|
HOMEPAGE= http://prefsapp.sourceforge.net/
|
|
|
|
COMMENT= Application for setting preferences for the GNUstep system
|
2009-05-19 10:59:00 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2002-09-29 11:05:24 +02:00
|
|
|
|
2009-04-19 11:21:24 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2009-04-13 14:26:38 +02:00
|
|
|
|
2006-07-22 07:10:54 +02:00
|
|
|
USE_LANGUAGES= objc
|
2006-05-28 02:26:26 +02:00
|
|
|
|
|
|
|
NO_CONFIGURE= YES
|
|
|
|
USE_TOOLS+= gmake
|
2006-09-09 04:41:53 +02:00
|
|
|
MAKE_FILE= GNUmakefile
|
2008-12-28 08:56:38 +01:00
|
|
|
MAKE_JOBS_SAFE= NO
|
2006-10-12 16:39:23 +02:00
|
|
|
MAKE_FLAGS+= GNUSTEP_USER_DIR=${WRKDIR}/fake_home/GNUstep
|
|
|
|
|
2009-04-19 11:21:24 +02:00
|
|
|
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|'
|
|
|
|
|
2004-05-09 08:48:40 +02:00
|
|
|
.include "../../x11/gnustep-back/buildlink3.mk"
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2002-09-29 11:05:24 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|