[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / gnustep-preferences

Annotation of pkgsrc/x11/gnustep-preferences/Makefile, Revision 1.53

1.53    ! ryoon       1: # $NetBSD: Makefile,v 1.52 2018/04/14 07:34:45 adam Exp $
1.1       rh          2:
                      3: DISTNAME=      Preferences-1.2.0
1.5       jmmv        4: PKGNAME=       gnustep-${DISTNAME:S/P/p/}
1.53    ! ryoon       5: PKGREVISION=   34
1.1       rh          6: CATEGORIES=    x11 gnustep
                      7: MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=prefsapp/}
                      8: EXTRACT_SUFX=  .tar.bz2
                      9:
1.10      adam       10: MAINTAINER=    adam@NetBSD.org
1.1       rh         11: HOMEPAGE=      http://prefsapp.sourceforge.net/
                     12: COMMENT=       Application for setting preferences for the GNUstep system
1.35      wiz        13: LICENSE=       gnu-gpl-v2
1.1       rh         14:
1.26      rillig     15: USE_LANGUAGES= objc
1.24      rh         16:
                     17: NO_CONFIGURE=  YES
                     18: USE_TOOLS+=    gmake
1.27      obache     19: MAKE_FILE=     GNUmakefile
1.32      adam       20: MAKE_JOBS_SAFE=        NO
1.28      joerg      21: MAKE_FLAGS+=   GNUSTEP_USER_DIR=${WRKDIR}/fake_home/GNUstep
                     22:
1.34      rh         23: FIX_GNUSTEP_INSTALLATION_DIR= yes
                     24: SUBST_FILES.gnustep_installation_dir+= GNUmakefile.preamble
                     25: SUBST_FILES.gnustep_installation_dir+= PrefsModule/GNUmakefile.preamble
                     26: SUBST_FILES.gnustep_installation_dir+= Modules/Keyboard/GNUmakefile
                     27: SUBST_SED.gnustep_installation_dir+=   -e 's|\$$(GNUSTEP_SYSTEM_ROOT)/Library/Preferences|$${DESTDIR}${GNUSTEP_LIB_DIR}/Preferences|'
                     28:
1.40      joerg      29: .include "../../mk/compiler.mk"
                     30:
                     31: .if !empty(PKGSRC_COMPILER:Mclang)
                     32: _WRAP_EXTRA_ARGS.CC+=  -Wno-unused-const-variable
1.44      joerg      33: CWRAPPERS_APPEND.cc+=  -Wno-unused-const-variable
1.40      joerg      34: .endif
                     35:
1.15      snj        36: .include "../../x11/gnustep-back/buildlink3.mk"
                     37: .include "../../mk/pthread.buildlink3.mk"
1.1       rh         38: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>