summaryrefslogtreecommitdiff
path: root/devel/apel/Makefile
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-01-11 09:28:47 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-01-11 09:28:47 +0000
commitccbf0141d605e96f90e0cabd59cb3514779117fa (patch)
treed1aadf72cad092e87d0c3ec862daeb3e4e7ebf6f /devel/apel/Makefile
parente64a6e848b2724f603e79516cb2bd59d0565d46e (diff)
downloadpkgsrc-ccbf0141d605e96f90e0cabd59cb3514779117fa.tar.gz
Update APEL to 10.4.
Many small changes which enhance APEL's functionality. Due to the charasteristic of APEL as a portability layer of emacsen, no user visible change, but more portability, possibly.
Diffstat (limited to 'devel/apel/Makefile')
-rw-r--r--devel/apel/Makefile19
1 files changed, 15 insertions, 4 deletions
diff --git a/devel/apel/Makefile b/devel/apel/Makefile
index 6f252b9e3f5..a666427b747 100644
--- a/devel/apel/Makefile
+++ b/devel/apel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2002/09/14 02:44:36 uebayasi Exp $
+# $NetBSD: Makefile,v 1.4 2003/01/11 09:28:47 uebayasi Exp $
-DISTNAME= apel-10.3
+DISTNAME= apel-10.4
CATEGORIES= devel
MASTER_SITES= ftp://ftp.m17n.org/pub/mule/apel/
@@ -8,24 +8,35 @@ MAINTAINER= tech-pkg-ja@jp.netbsd.org
HOMEPAGE= http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/elisp/APEL/
COMMENT= Portable Emacs Library
+#CONFLICTS+= apel-*
+#CONFLICTS+= xemacs-apel-*
+
.include "../../mk/emacs.mk"
+MAKE_FLAGS+= EMACS=${EMACS_FLAVOR}
+MAKE_FLAGS+= LISPDIR=${EMACS_LISPPREFIX}
+MAKE_FLAGS+= VERSION_SPECIFIC_LISPDIR=${EMACS_LISPPREFIX}
+
+EMACS_VERSIONS_ACCEPTED= emacs21 emacs20 xemacs211 xemacs215
+
.if ${EMACS_FLAVOR} == "emacs"
ALL_TARGET= elc
INSTALL_TARGET= install
PLIST_SRC= ${PKGDIR}/PLIST.emacs
.else # ${EMACS_FLAVOR} == "xemacs"
-ALL_TARGET= package
+ALL_TARGET=
INSTALL_TARGET= install-package
PLIST_SRC= ${PKGDIR}/PLIST.xemacs
-MAKEFLAGS+= PACKAGEDIR=${EMACS_LISPPREFIX:C|/lisp$||}
+MAKE_FLAGS+= PACKAGEDIR=${EMACS_LISPPREFIX:C|/lisp$||}
.endif
DOCDIR= ${PREFIX}/share/doc/apel
+.if ${EMACS_FLAVOR} == "emacs"
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.en ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.ja ${DOCDIR}
+.endif
.include "../../mk/bsd.pkg.mk"