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

Annotation of pkgsrc/editors/emacs/Makefile, Revision 1.30

1.30    ! agc         1: # $NetBSD: Makefile,v 1.29 1999/10/07 17:41:49 tron Exp $
1.4       hubertf     2: # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
1.1       hubertf     3: #
                      4:
1.18      tron        5: DISTNAME=      emacs-20.3
1.1       hubertf     6: CATEGORIES=    editors
1.28      tron        7: MASTER_SITES=  ${MASTER_SITE_GNU:=emacs/}
1.1       hubertf     8:
1.29      tron        9: MAINTAINER=    packages@netbsd.org
1.17      tsarna     10: HOMEPAGE=      http://www.gnu.org/software/emacs/emacs.html
1.22      frueauf    11:
1.1       hubertf    12: GNU_CONFIGURE= yes
1.19      mellon     13: USE_GMAKE=     yes
1.23      frueauf    14: CONFIGURE_ARGS+=--with-pop --with-x --with-x-toolkit=lucid
1.20      tron       15: MAKE_ENV+=     INSTALL_STRIP=${STRIPFLAG}
                     16: INFO_FILES=    emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message widget reftex forms customize
1.19      mellon     17:
                     18: INSTALL_PROGRAM= ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
1.12      tron       19:
1.20      tron       20: pre-install:
1.21      tron       21:        @find ${WRKSRC} -type f -name "*.orig" | xargs ${RM} -f
1.26      sommerfe   22:
                     23: post-build:
                     24:        (cd ${WRKSRC}/lisp/mail; \
                     25:        ${WRKSRC}/src/emacs -batch -f batch-byte-compile mh-comp.el mh-utils.el)
1.20      tron       26:
1.1       hubertf    27: post-install:
1.9       tron       28:        chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs
1.1       hubertf    29:
1.13      agc        30: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>