diff options
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/navi2ch-emacs21/Makefile | 14 | ||||
-rw-r--r-- | japanese/navi2ch/Makefile | 14 |
3 files changed, 29 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index bbaa34c0c3d3..1fd6cf18273a 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -235,6 +235,7 @@ SUBDIR += namazu SUBDIR += namazu2 SUBDIR += navi2ch-emacs20 + SUBDIR += navi2ch-emacs21 SUBDIR += navi2ch-xemacs21-mule SUBDIR += ndtpd SUBDIR += ne diff --git a/japanese/navi2ch-emacs21/Makefile b/japanese/navi2ch-emacs21/Makefile new file mode 100644 index 000000000000..6cd8d47d3ff7 --- /dev/null +++ b/japanese/navi2ch-emacs21/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: navi2ch for emacs21 +# Date created: 23 Nov 2001 +# Whom: FUJISHIMA Satsuki <sf@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../navi2ch-emacs20 + +EMACS_PORT_NAME= emacs21 + +RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/monak12.pcf.gz:${PORTSDIR}/japanese/monafonts + +.include <${MASTERDIR}/Makefile> diff --git a/japanese/navi2ch/Makefile b/japanese/navi2ch/Makefile new file mode 100644 index 000000000000..6cd8d47d3ff7 --- /dev/null +++ b/japanese/navi2ch/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: navi2ch for emacs21 +# Date created: 23 Nov 2001 +# Whom: FUJISHIMA Satsuki <sf@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../navi2ch-emacs20 + +EMACS_PORT_NAME= emacs21 + +RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/monak12.pcf.gz:${PORTSDIR}/japanese/monafonts + +.include <${MASTERDIR}/Makefile> |