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

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

1.54    ! minoura     1: # $NetBSD: Makefile,v 1.53 2003/08/09 11:08:54 seb Exp $
1.1       jun         2:
1.49      uebayasi    3: DISTNAME=      mew-2.3
1.1       jun         4: CATEGORIES=    mail
1.49      uebayasi    5: MASTER_SITES=  ftp://ftp.mew.org/pub/Mew/release/
1.1       jun         6:
1.51      grant       7: MAINTAINER=    tech-pkg-ja@jp.NetBSD.org
1.1       jun         8: HOMEPAGE=      http://www.mew.org/
1.5       wiz         9: COMMENT=       Messaging in the Emacs World
1.47      hubertf    10:
1.49      uebayasi   11: CONFLICTS=+    mew-xemacs-*
1.1       jun        12:
1.52      seb        13: INFO_FILES=    mew.info
                     14:
1.54    ! minoura    15: EMACS_VERSIONS_ACCEPTED=       emacs21 emacs20
1.37      jun        16:
1.49      uebayasi   17: MEW_CONTRIB_DIR=${EMACS_LISPPREFIX}/mew/contrib
1.37      jun        18:
1.49      uebayasi   19: MAKE_FLAGS+=   prefix=${PREFIX}
1.48      uebayasi   20: MAKE_FLAGS+=   EMACS=${EMACS_BIN}
                     21: MAKE_FLAGS+=   elispdir=${EMACS_LISPPREFIX}/mew
                     22: MAKE_FLAGS+=   etcdir=${PREFIX}/share/mew
                     23:
1.49      uebayasi   24: post-patch:
                     25:        @${GREP} -lr /usr/local ${WRKSRC} | \
                     26:        while read f; do \
                     27:                ${MV} $$f $${f}.orig; \
                     28:                ${SED} -e 's|/usr/local|${PREFIX}|g' $${f}.orig >$$f; \
1.37      jun        29:        done
                     30:
                     31: post-install:
1.49      uebayasi   32:        @${INSTALL_DATA_DIR} ${MEW_CONTRIB_DIR}
                     33:        @${INSTALL_DATA} ${WRKSRC}/contrib/00readme* \
                     34:                ${WRKSRC}/contrib/*.el ${MEW_CONTRIB_DIR}
1.1       jun        35:
1.48      uebayasi   36: .include "../../mk/emacs.mk"
1.1       jun        37: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>