diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-08-25 08:25:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-08-25 08:25:54 +0000 |
commit | 39e2cc5aca1245c6551c9cc9ac1ea7e584880d8c (patch) | |
tree | d19e222f41e8b4c7e7f415b0993e943d335ca44e /japanese/navi2ch-emacs21/Makefile | |
parent | f98a70eecac40fe039ad3b41c6ed0b468d24614b (diff) | |
download | ports-39e2cc5aca1245c6551c9cc9ac1ea7e584880d8c.tar.gz ports-39e2cc5aca1245c6551c9cc9ac1ea7e584880d8c.zip |
Notes
Diffstat (limited to 'japanese/navi2ch-emacs21/Makefile')
-rw-r--r-- | japanese/navi2ch-emacs21/Makefile | 48 |
1 files changed, 6 insertions, 42 deletions
diff --git a/japanese/navi2ch-emacs21/Makefile b/japanese/navi2ch-emacs21/Makefile index 76c0d8660e67..f142d992ee41 100644 --- a/japanese/navi2ch-emacs21/Makefile +++ b/japanese/navi2ch-emacs21/Makefile @@ -1,53 +1,17 @@ -# New ports collection makefile for: navi2ch for emacs20 -# Date created: 13 May 2001 +# New ports collection makefile for: navi2ch for emacs21 +# Date created: 23 Nov 2001 # Whom: FUJISHIMA Satsuki <sf@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= navi2ch -PORTVERSION= 1.7.5 -PORTREVISION= 5 -PORTEPOCH= 1 -CATEGORIES= japanese www elisp -MASTER_SITES= SF -PKGNAMESUFFIX= -${EMACS_PORT_NAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= 2ch.net and 2ch-like BBS navigator for Emacsen +MASTERDIR= ${.CURDIR}/../navi2ch USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 -INFO= navi2ch - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-lispdir=${PREFIX}/${LISPDIR}/navi2ch \ - --with-emacs=${EMACS_CMD} - -DOCDIR= share/doc/ja/navi2ch -PLIST_SUB= LISPDIR=${LISPDIR} +EMACS_PORT_NAME= emacs21 -.if ${EMACS_PORT_NAME} == xemacs21-mule -LISPDIR= ${EMACS_SITE_LISPDIR} -PLIST_SUB+= FSF="@comment " -.else -LISPDIR= ${EMACS_VERSION_SITE_LISPDIR} -PLIST_SUB+= FSF="" .if !defined(WITHOUT_X11) -RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/monak12.pcf.gz:${PORTSDIR}/japanese/monafonts -.endif -.endif - -post-install: - @${MKDIR} ${PREFIX}/${DOCDIR} -.if !defined(NOPORTDOCS) -.for i in ChangeLog README TODO - ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/${DOCDIR} -.endfor +RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/monak12.pcf.gz:${PORTSDIR}/japanese/monafonts .endif - @${MKDIR} ${PREFIX}/${DOCDIR}/contrib -.for i in gikope.el navi2ch-logo.el navi2ch-migemo.el - ${INSTALL_DATA} ${WRKSRC}/contrib/$i ${PREFIX}/${DOCDIR}/contrib -.endfor -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile" |