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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/chat/riece/Makefile between version 1.7 and 1.8

version 1.7, 2006/02/16 18:08:06 version 1.8, 2006/03/30 03:31:13
Line 14  COMMENT= IRC client for Emacs
Line 14  COMMENT= IRC client for Emacs
 EMACS_VERSIONS_ACCEPTED= \  EMACS_VERSIONS_ACCEPTED= \
                 emacs21 emacs21nox xemacs214                  emacs21 emacs21nox xemacs214
   
 .include "../../mk/emacs.mk"  
   
 WRKSRC=         ${WRKDIR}/${DISTNAME:C|[^0-9]$||}  WRKSRC=         ${WRKDIR}/${DISTNAME:C|[^0-9]$||}
   
 GNU_CONFIGURE=  YES  GNU_CONFIGURE=  YES
   INFO_FILES=     # PLIST
   EMACS_MODULES=  base
   
   .include "../../mk/emacs.mk"
   
 .if ${EMACS_FLAVOR} == "emacs"  .if ${EMACS_FLAVOR} == "emacs"
 CONFIGURE_ARGS+=--with-emacs=${EMACS_BIN:Q}  CONFIGURE_ARGS+=        --with-emacs=${EMACS_BIN:Q}
 .elif ${EMACS_FLAVOR} == "xemacs"  
 CONFIGURE_ARGS+=--with-xemacs=${EMACS_BIN:Q}  
 CONFIGURE_ARGS+=--with-packagedir=${EMACS_LISPPREFIX:C|/lisp\$||}  
 .elif ${EMACS_FLAVOR} == "xemacs"  .elif ${EMACS_FLAVOR} == "xemacs"
   CONFIGURE_ARGS+=        --with-xemacs=${EMACS_BIN:Q}
   CONFIGURE_ARGS+=        --with-packagedir=${EMACS_LISPPREFIX:C|/lisp\$||}
 .endif  .endif
 # Riece digs sub directory.  # Riece digs sub directory.
 CONFIGURE_ARGS+=--with-lispdir=${EMACS_LISPPREFIX:Q}  CONFIGURE_ARGS+=        --with-lispdir=${EMACS_LISPPREFIX:Q}
   
 INFO_FILES=     riece-en.info riece-ja.info  
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>