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

Annotation of pkgsrc/mail/mew/Makefile, Revision 1.38

1.38    ! jun         1: # $NetBSD: Makefile,v 1.37 2001/10/10 05:45:15 jun Exp $
1.1       jun         2:
1.38    ! jun         3: DISTNAME=      mew-2.0.60
1.1       jun         4: CATEGORIES=    mail
1.29      jun         5: MASTER_SITES=  ftp://ftp.mew.org/pub/Mew/beta/
1.1       jun         6:
                      7: MAINTAINER=    tech-pkg-ja@jp.netbsd.org
                      8: HOMEPAGE=      http://www.mew.org/
1.5       wiz         9: COMMENT=       Messaging in the Emacs World
1.1       jun        10:
                     11: DEPENDS+=      emacs-20.*:../../editors/emacs
1.37      jun        12:
                     13: MEW_CONTRIB_DIR=       ${PREFIX}/share/emacs/site-lisp/mew/contrib
                     14: MEW_CONTRIB=   00readme 00readme-namazu.jis README-mewinc.jis \
                     15:        mew-browse.el mew-caesar.el mew-fancy-summary.el mew-gnus.el \
                     16:        mew-nmz-fixer.el mew-nmz.el mew-refile-view.el mew-smime-ja.texi \
                     17:        mew-toolbar-frame.el
                     18: MEW_CONTRIB_SCRIPT=    incdir incmbox mewinc
                     19:
                     20: pre-configure:
                     21:        for f in `find ${WRKSRC}/contrib -type f -print| \
                     22:                xargs grep -l '#!/usr/local'`; do \
                     23:                ${SED} -e 's:/usr/local:'${PREFIX}':g' < $$f > $$f.pdone \
                     24:                && ${MV} $$f.pdone $$f; \
                     25:        done
                     26:
                     27: post-install:
                     28:        ${INSTALL_DATA_DIR} ${MEW_CONTRIB_DIR}
                     29: .for f in ${MEW_CONTRIB}
                     30:        ${INSTALL_DATA} ${WRKSRC}/contrib/$f ${MEW_CONTRIB_DIR}
                     31: .endfor
                     32: .for f in ${MEW_CONTRIB_SCRIPT}
                     33:        ${INSTALL_SCRIPT} ${WRKSRC}/contrib/$f ${PREFIX}/bin
                     34: .endfor
1.1       jun        35:
                     36: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>