35d22b566a
and obsoleted by emacs20 and later. Discussed with: NIIMI Satoshi Hat: portmgr
26 lines
700 B
Makefile
26 lines
700 B
Makefile
# New ports collection makefile for: w3 on Mule
|
|
# Date created: 31 December 1996
|
|
# Whom: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= WWW browser based on emacs/mule
|
|
CATEGORIES= japanese
|
|
|
|
DEPRECATED= emacs19 and related ports are obsolete; please use a more recent version
|
|
EXPIRATION_DATE= 2007-08-19
|
|
|
|
# Don't RUN_DEPENDS on mule because we don't know which version the
|
|
# user would want. We can't omit the BUILD_DEPENDS because it needs
|
|
# to byte-compile .el files.
|
|
BUILD_DEPENDS= mule:${PORTSDIR}/editors/mule
|
|
RUN_DEPENDS= # none
|
|
|
|
EMACSCMD= mule
|
|
ELISPDIR= ${PREFIX}/lib/mule/site-lisp
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/w3
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|