From aa6a0a37a7f1adc4c66b5d5cd576e08c950a247d Mon Sep 17 00:00:00 2001 From: uebayasi Date: Fri, 11 Apr 2003 01:12:21 +0000 Subject: Re-import Leim for Emacs 20, which has settled down in editors/leim. --- editors/leim20/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 editors/leim20/Makefile (limited to 'editors/leim20/Makefile') diff --git a/editors/leim20/Makefile b/editors/leim20/Makefile new file mode 100644 index 00000000000..b8a53710f7e --- /dev/null +++ b/editors/leim20/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/11 01:12:21 uebayasi Exp $ + +DISTNAME= leim-${VERSION} +PKGREVISION= 2 +WRKSRC= ${WRKDIR}/emacs-20.7/leim +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_GNU:=emacs/} +DISTFILES= emacs-${VERSION}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html +COMMENT= Libraries of Emacs Input Methods + +DEPENDS+= emacs-${VERSION}nb2:../emacs20 + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +VERSION= 20.7 + +post-extract: + @${ECHO} '#!/bin/sh' >${WRKSRC}/configure + @${ECHO} 'cd ..' >>${WRKSRC}/configure + @${ECHO} 'exec ./configure $$*' >>${WRKSRC}/configure + @${CHMOD} +x ${WRKSRC}/configure + +.include "../../mk/bsd.prefs.mk" + +post-install: + @${CHOWN} -R ${ROOT_USER} ${PREFIX}/share/emacs/20.7/leim + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3