blob: fb51364e887ee3e7f03682f7d50b943a1de85783 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: jvim3 for Canna and Wnn4
# Version required: 3.0-1.7j
# Date created: 98/11/17
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# $FreeBSD$
#
CANNA= yes
WNN4= yes
MASTERDIR= ${.CURDIR}/../jvim3
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile"
|