diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-05-18 19:06:13 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-05-18 19:06:13 +0000 |
commit | de65f2199bc64785345e0426a51978dc85e46433 (patch) | |
tree | 5e8201774f1c873e309a176c172ba7c0273f4281 /japanese/navi2ch-emacs20/Makefile | |
parent | b8c32cab196005bcd7ff3cf56f93c0c043783cfd (diff) |
Notes
Diffstat (limited to 'japanese/navi2ch-emacs20/Makefile')
-rw-r--r-- | japanese/navi2ch-emacs20/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/japanese/navi2ch-emacs20/Makefile b/japanese/navi2ch-emacs20/Makefile new file mode 100644 index 000000000000..1f860d1b6c07 --- /dev/null +++ b/japanese/navi2ch-emacs20/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: navi2ch for emacs20 +# Date created: 13 May 2001 +# Whom: FUJISHIMA Satsuki <sf@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= navi2ch +PORTVERSION= 010508 +CATEGORIES= japanese www elisp +MASTER_SITES= http://www.geocities.co.jp/SiliconValley-Oakland/7673/ +PKGNAMESUFFIX= -${EMACS_PORT_NAME} + +MAINTAINER= sf@FreeBSD.org + +EMACS_PORT_NAME?= emacs20 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-lispdir=${PREFIX}/${EMACS_LIBDIR}/site-lisp/navi2ch + +DOCDIR= share/doc/ja/navi2ch + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/${DOCDIR} +.for i in README TODO + ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/${DOCDIR} +.endfor +.endif + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> |