2001-11-23 09:39:59 +01:00
|
|
|
# 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
|
|
|
|
|
2001-12-21 01:29:36 +01:00
|
|
|
.if !defined(WITHOUT_X11)
|
2001-11-23 09:39:59 +01:00
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/monak12.pcf.gz:${PORTSDIR}/japanese/monafonts
|
2001-12-21 01:29:36 +01:00
|
|
|
.endif
|
2001-11-23 09:39:59 +01:00
|
|
|
|
2004-03-18 09:13:15 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|