diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-04-11 01:07:44 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-04-11 01:07:44 +0000 |
commit | feffa7147665d31a6946a166c55f87cd43b612a8 (patch) | |
tree | d9fb08f4f43f8ec203c219642f83ab68ecd6a504 /editors/emacs21/Makefile | |
parent | ca5abc0b55a7c9b9446b7e88bfd6c9bab2947c43 (diff) | |
download | pkgsrc-feffa7147665d31a6946a166c55f87cd43b612a8.tar.gz |
Bye bye old places.
Diffstat (limited to 'editors/emacs21/Makefile')
-rw-r--r-- | editors/emacs21/Makefile | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile deleted file mode 100644 index 57de8251d52..00000000000 --- a/editors/emacs21/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2002/09/24 00:37:01 uebayasi Exp $ -# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp - -DISTNAME= emacs-21.2 -CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} - -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html -COMMENT= GNU editing macros (editor) - -CONFLICTS= mule-[0-9]* - -USE_BUILDLINK2= yes -USE_X11= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -GNU_CONFIGURE= yes - -CONFIGURE_ARGS+= --with-x -CONFIGURE_ARGS+= --with-x-toolkit=athena - -.include "../../graphics/xpm/buildlink2.mk" -CONFIGURE_ARGS+= --with-xpm -.include "../../graphics/jpeg/buildlink2.mk" -CONFIGURE_ARGS+= --with-jpeg -.include "../../graphics/tiff/buildlink2.mk" -CONFIGURE_ARGS+= --with-tiff -# need 4.1.0b1 or higher (a bug in 4.1.0 can crash Emacs) -BUILDLINK_DEPENDS.libungif= libungif>=4.1.0.1 -.include "../../graphics/libungif/buildlink2.mk" -CONFIGURE_ARGS+= --with-gif -.include "../../graphics/png/buildlink2.mk" -CONFIGURE_ARGS+= --with-png - -INFO_FILES= emacs vip viper forms gnus mh-e cl sc dired-x ediff \ - ccmode message widget reftex forms - -post-extract: - ${CP} ${FILESDIR}/site-init.el ${WRKSRC}/lisp - -pre-install: - @${FIND} ${WRKSRC} -type f -name "*.orig" | ${XARGS} ${RM} -f - -post-install: - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/emacs - -.include "../../mk/texinfo.mk" -.include "../../mk/bsd.pkg.mk" |