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