blob: c384e98e1f1714279c3d1e16e4d1d7e2eafb05fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: ONEW for Canna and Wnn4
# Version required: jvim2.0r+onew2.2.10
# Date created: 5 Sep 1997
# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
#
# $Id: Makefile,v 1.1.1.1 1998/07/09 14:33:46 kuriyama Exp $
#
PKGNAME= ja-onew-canna+wnn4-2.2.10
CANNA= yes
WNN4= yes
MASTERDIR= ${.CURDIR}/../onew-wnn4
.include "${MASTERDIR}/Makefile"
|