mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
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.)
17 lines
389 B
Makefile
17 lines
389 B
Makefile
# New ports collection makefile for: XEmacs for Japanese with Canna
|
|
# Version required: 20.4
|
|
# Date created: 5 Dec 1997
|
|
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/05/26 15:06:06 kuriyama Exp $
|
|
#
|
|
|
|
PKGNAME?= ja-xemacs-canna-20.4
|
|
|
|
CANNA= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../japanese/xemacs
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
.include "${MASTERDIR}/Makefile"
|