[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / nautilus

Annotation of pkgsrc/sysutils/nautilus/Makefile, Revision 1.17

1.17    ! jmmv        1: # $NetBSD: Makefile,v 1.16 2004/01/22 12:56:12 jmmv Exp $
1.1       rh          2: #
                      3:
1.12      xtraeme     4: DISTNAME=              nautilus-2.4.1
1.17    ! jmmv        5: PKGREVISION=           5
1.1       rh          6: CATEGORIES=            sysutils gnome
1.12      xtraeme     7: MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/nautilus/2.4/}
1.1       rh          8: EXTRACT_SUFX=          .tar.bz2
                      9:
1.7       grant      10: MAINTAINER=            rh@NetBSD.org
1.1       rh         11: HOMEPAGE=              http://www.gnome.org/projects/nautilus/
                     12: COMMENT=               Nautilus file manager for GNOME2
                     13:
                     14: USE_PKGLOCALEDIR=      yes
                     15: USE_BUILDLINK2=                yes
                     16: USE_X11=               yes
                     17: USE_GMAKE=             yes
                     18: USE_LIBTOOL=           yes
1.2       jmmv       19: USE_PKGINSTALL=                yes
1.1       rh         20: GNU_CONFIGURE=         yes
                     21: LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
1.2       jmmv       22: PKGCONFIG_OVERRIDE=    ${WRKSRC}/libnautilus/libnautilus.pc.in
1.9       xtraeme    23:
1.2       jmmv       24: CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
1.1       rh         25:
1.2       jmmv       26: GCONF2_SCHEMAS=                apps_nautilus_preferences.schemas
                     27:
                     28: OWN_DIRS=              ${PKG_SYSCONFDIR}/X11/serverconfig
                     29: OWN_DIRS+=             ${PKG_SYSCONFDIR}/X11/starthere
                     30: OWN_DIRS+=             ${PKG_SYSCONFDIR}/X11/sysconfig
                     31: EGDIR=                 ${PREFIX}/share/examples/nautilus
                     32: CONF_FILES=
                     33: .for conffile in       X11/serverconfig/.directory \
                     34:                        X11/starthere/.directory \
                     35:                        X11/starthere/applications.desktop \
                     36:                        X11/starthere/preferences.desktop \
                     37:                        X11/starthere/serverconfig.desktop \
                     38:                        X11/starthere/sysconfig.desktop \
                     39:                        X11/sysconfig/.directory
                     40: CONF_FILES+=           ${EGDIR}/${conffile} ${PKG_SYSCONFDIR}/${conffile}
                     41: .endfor
                     42: .undef conffile
1.1       rh         43:
                     44: .include "../../devel/GConf2/schemas.mk"
1.12      xtraeme    45: .include "../../devel/libgsf/buildlink2.mk"
1.1       rh         46: .include "../../devel/eel2/buildlink2.mk"
                     47: .include "../../graphics/imlib2/buildlink2.mk"
                     48: .include "../../graphics/librsvg2/buildlink2.mk"
                     49: .include "../../sysutils/fam/buildlink2.mk"
                     50: .include "../../textproc/intltool/buildlink2.mk"
                     51: .include "../../x11/gnome-desktop/buildlink2.mk"
1.12      xtraeme    52:
1.1       rh         53: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>