blob: 698e12f7b53a1bc6e9717b017f34e9f13e7265ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: jvim for Canna and Wnn6
# Version required: jvim2.0r+onew2.2.10
# Date created: 5 Sep 1997
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAME= ja-jvim-canna+wnn6-2.0r
CANNA= yes
WNN6= yes
MASTERDIR= ${.CURDIR}/../jvim
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile"
|