summaryrefslogtreecommitdiff
path: root/editors/leim21/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-04-11 01:18:06 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-04-11 01:18:06 +0000
commit164b5378caffe50e4de49b2fab7e8cf5f819afca (patch)
tree9e695cfc32330f07ff2ee3f3b87a704a327f7213 /editors/leim21/Makefile
parent1368e29d330a8b31faf23423c35283edbf272063 (diff)
downloadpkgsrc-164b5378caffe50e4de49b2fab7e8cf5f819afca.tar.gz
Bye bye old place.
Diffstat (limited to 'editors/leim21/Makefile')
-rw-r--r--editors/leim21/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/editors/leim21/Makefile b/editors/leim21/Makefile
deleted file mode 100644
index 89d234a6817..00000000000
--- a/editors/leim21/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2003/03/29 12:40:43 jmmv Exp $
-
-DISTNAME= leim-${VERSION}
-WRKSRC= ${WRKDIR}/emacs-21.2/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 (for emacs21)
-
-DEPENDS+= emacs-${VERSION}:../emacs21
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-VERSION= 21.2
-
-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/21.2/leim
-
-.include "../../mk/bsd.pkg.mk"