freebsd-ports/japanese/w3/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

23 lines
545 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$
#
CATEGORIES= japanese
# 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"