blob: 1d6de8a372619c3b8b4bbb11b0eb84814e59a8d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: jvim3 for Canna and Wnn6
# Version required: 3.0-j1.3j
# Date created: 98/11/17
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAME= ja-jvim-canna+wnn6-3.0.1.3j
CANNA= yes
WNN6= yes
MASTERDIR= ${.CURDIR}/../jvim3
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile"
|