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

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

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

CVSweb <webmaster@jp.NetBSD.org>