555a3ebe6c
that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
25 lines
647 B
Makefile
25 lines
647 B
Makefile
# New ports collection makefile for: w3 on Mule
|
|
# Version required: 2.2.26
|
|
# Date created: 31 December 1996
|
|
# Whom: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/11/14 02:18:26 kuriyama Exp $
|
|
#
|
|
|
|
PKGNAME= ja-w3-2.2.26
|
|
CATEGORIES= www japanese elisp
|
|
|
|
# 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=
|
|
|
|
EMACSCMD= mule
|
|
ELISPDIR= ${PREFIX}/lib/mule/site-lisp
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/w3
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
.include "${MASTERDIR}/Makefile"
|