diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-05-09 16:40:17 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-05-09 16:40:17 +0000 |
commit | 3e9157faaf86da8aec0b61e37e5ff1ac37c69fa1 (patch) | |
tree | 444c7145cee5fce7858dd84b16db5bd2a643609a /editors/flim113-emacs20 | |
parent | 94d9a12983886e23edf639708fb30ab976f34341 (diff) | |
download | ports-3e9157faaf86da8aec0b61e37e5ff1ac37c69fa1.tar.gz ports-3e9157faaf86da8aec0b61e37e5ff1ac37c69fa1.zip |
Notes
Diffstat (limited to 'editors/flim113-emacs20')
-rw-r--r-- | editors/flim113-emacs20/Makefile | 59 | ||||
-rw-r--r-- | editors/flim113-emacs20/pkg-descr | 4 |
2 files changed, 11 insertions, 52 deletions
diff --git a/editors/flim113-emacs20/Makefile b/editors/flim113-emacs20/Makefile index d1f2fb621e96..01b8506cb92f 100644 --- a/editors/flim113-emacs20/Makefile +++ b/editors/flim113-emacs20/Makefile @@ -1,67 +1,26 @@ # New ports collection makefile for: flim-current for emacs20 # Version required: 1.12.5 # Date created: 23 September 1998 -# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> +# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1999/03/09 04:34:34 shige Exp $ +# $Id: Makefile,v 1.6 1999/04/18 05:01:14 sada Exp $ # -DISTNAME= flim-${FLIM_VER} -PKGNAME= flim-${EMACS_PORT}-${FLIM_VER} -CATEGORIES= editors elisp -MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/flim/flim-current/ - MAINTAINER= shige@FreeBSD.ORG -BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \ - nkf:${PORTSDIR}/japanese/nkf \ - ${PREFIX}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT} -RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} \ - ${PREFIX}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT} - -NO_LATEST_LINK= YES -ALL_TARGET?= elc -SCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} -PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \ - FLIMDOCDIR=${FLIMDOCDIR} -MAKE_FLAGS= EMACS=${EMACS_CMD} +# This is a slave port. +PORTCLASS= slave -# distfile version -FLIM_VER= 1.12.5 -FLIMDOCDIR= share/doc/flim +MASTERDIR= ${.CURDIR}/../../editors/flim-emacs-current -# emacs20 +# emacs port setup EMACS_NAME= emacs EMACS_PORT= emacs20 EMACS_VER= 20.3 EMACS_LIBDIR= share/${EMACS_NAME} EMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} -.include <bsd.port.pre.mk> - -MAKEINFO= makeinfo --no-split --no-validate - -post-build: - @(cd ${WRKSRC} ; \ - for i in mime-en.texi mime-ja.texi; do \ - ${MV} $${i} $${i}.jis ; \ - ${CAT} $${i}.jis | nkf -e > $${i} ; \ - ${ECHO_MSG} "===> Please ignore the following errors." ; \ - ${MAKEINFO} $${i} || ${TRUE} ; \ - done) - -post-install: - @(cd ${WRKSRC} ; \ - for i in mime-en.info mime-ja.info; do \ - ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/info ; \ - install-info ${PREFIX}/info/$${i} ${PREFIX}/info/dir ; \ - done) -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/${FLIMDOCDIR} - @(cd ${WRKSRC} ; \ - for i in ChangeLog NEWS README.* VERSION ; do \ - ${INSTALL_DATA} $${i} ${PREFIX}/${FLIMDOCDIR}/ ; \ - done) -.endif +# use pkg/* files in ${.CURDIR} +PKGDIR= ${.CURDIR}/pkg -.include <bsd.port.post.mk> +.include <${MASTERDIR}/Makefile> diff --git a/editors/flim113-emacs20/pkg-descr b/editors/flim113-emacs20/pkg-descr index 77781b919f18..0390a7448775 100644 --- a/editors/flim113-emacs20/pkg-descr +++ b/editors/flim113-emacs20/pkg-descr @@ -1,4 +1,4 @@ -FLIM, message representation or encoding emacs lisp library. +FLIM, message representation or encoding emacs lisp library for emacs20. FLIM is a library to provide basic features about message representation or encoding. It consists of following @@ -10,4 +10,4 @@ FLIM, message representation or encoding emacs lisp library. FLIM is installed the following directory tree: ${PREFIX}/share/emacs/site-lisp/flim/ --- FLIM ---- Porting by shige <shige@kuis.kyoto-u.ac.jp> +--- Porting by shige <shige@FreeBSD.ORG> |