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

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

1.52      uebayasi    1: # $NetBSD: Makefile,v 1.4 2002/09/24 00:37:01 uebayasi Exp $
                      2: # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
1.1       hubertf     3:
1.53    ! uebayasi    4: DISTNAME=      emacs-21.3
1.1       hubertf     5: CATEGORIES=    editors
1.52      uebayasi    6: MASTER_SITES=  ${MASTER_SITE_GNU:=emacs/}
1.1       hubertf     7:
1.29      tron        8: MAINTAINER=    packages@netbsd.org
1.17      tsarna      9: HOMEPAGE=      http://www.gnu.org/software/emacs/emacs.html
1.41      wiz        10: COMMENT=       GNU editing macros (editor)
1.40      wiz        11:
1.43      jlam       12: CONFLICTS=     mule-[0-9]*
1.22      frueauf    13:
1.52      uebayasi   14: USE_BUILDLINK2=                yes
                     15: USE_X11=               yes
                     16: USE_GMAKE=             yes
                     17: USE_LIBTOOL=           yes
                     18: GNU_CONFIGURE=         yes
                     19:
                     20: CONFIGURE_ARGS+=       --with-x
                     21: CONFIGURE_ARGS+=       --with-x-toolkit=athena
                     22:
                     23: .include "../../graphics/xpm/buildlink2.mk"
                     24: CONFIGURE_ARGS+=       --with-xpm
                     25: .include "../../graphics/jpeg/buildlink2.mk"
                     26: CONFIGURE_ARGS+=       --with-jpeg
                     27: .include "../../graphics/tiff/buildlink2.mk"
                     28: CONFIGURE_ARGS+=       --with-tiff
                     29: # need 4.1.0b1 or higher (a bug in 4.1.0 can crash Emacs)
                     30: BUILDLINK_DEPENDS.libungif=    libungif>=4.1.0.1
                     31: .include "../../graphics/libungif/buildlink2.mk"
                     32: CONFIGURE_ARGS+=       --with-gif
                     33: .include "../../graphics/png/buildlink2.mk"
                     34: CONFIGURE_ARGS+=       --with-png
                     35:
1.36      enami      36: INFO_FILES=    emacs vip viper forms gnus mh-e cl sc dired-x ediff \
                     37:                    ccmode message widget reftex forms
1.19      mellon     38:
1.52      uebayasi   39: post-extract:
                     40:        ${CP} ${FILESDIR}/site-init.el ${WRKSRC}/lisp
1.12      tron       41:
1.20      tron       42: pre-install:
1.42      jlam       43:        @${FIND} ${WRKSRC} -type f -name "*.orig" | ${XARGS} ${RM} -f
1.20      tron       44:
1.1       hubertf    45: post-install:
1.31      bouyer     46:        ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs
1.1       hubertf    47:
1.45      seb        48: .include "../../mk/texinfo.mk"
1.13      agc        49: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>