mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
474b385af1
for PKGNAME. (IE, jp-* to ja-*).
24 lines
671 B
Makefile
24 lines
671 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.4 1997/06/10 10:00:46 asami Exp $
|
|
#
|
|
|
|
PKGNAME= ja-w3-2.2.26
|
|
CATEGORIES= www japanese
|
|
FILESDIR= ${.CURDIR}/../../www/w3/files
|
|
PATCHDIR= ${.CURDIR}/../../www/w3/patches
|
|
|
|
# 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
|
|
|
|
.include "${.CURDIR}/../../www/w3/Makefile"
|