mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +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.)
19 lines
486 B
Makefile
19 lines
486 B
Makefile
# New ports collection makefile for: Wnn for Korea
|
|
# Version required: 4.2
|
|
# Date created: 20 July 1997
|
|
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.5 1997/09/23 02:18:00 max Exp $
|
|
#
|
|
|
|
PKGNAME= ko-Wnn-4.2
|
|
CATEGORIES= korean
|
|
|
|
## COMMENT, DESCR, PLIST is used in a local 'pkg' directory
|
|
MASTERDIR= ${.CURDIR}/../../japanese/Wnn
|
|
COMMENT= ${.CURDIR}/pkg/COMMENT
|
|
DESCR= ${.CURDIR}/pkg/DESCR
|
|
PLIST= ${.CURDIR}/pkg/PLIST
|
|
|
|
.include "${MASTERDIR}/Makefile"
|