blob: 6cd8d47d3ff75845cce5606ad0f085737bce5165 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
|