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

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

1.25    ! hubertf     1: # $NetBSD: Makefile,v 1.24 1999/02/04 14:54:25 frueauf 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
                      7: MASTER_SITES=  ${MASTER_SITE_GNU}
                      8:
1.20      tron        9: MAINTAINER=    tron@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.5       hubertf    15: OPSYS!=         uname -s
1.20      tron       16: MAKE_ENV+=     INSTALL_STRIP=${STRIPFLAG}
                     17: INFO_FILES=    emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message widget reftex forms customize
1.19      mellon     18:
                     19: INSTALL_PROGRAM= ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
1.12      tron       20:
1.20      tron       21: pre-install:
1.21      tron       22:        @find ${WRKSRC} -type f -name "*.orig" | xargs ${RM} -f
1.20      tron       23:
1.1       hubertf    24: post-install:
1.9       tron       25:        chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs
1.1       hubertf    26:
1.13      agc        27: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>