blob: 42e508db8bddf6e5608e9366841ef8b6a207f6a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: jvim3 for Canna
# Version required: 3.0-j1.3i
# Date created: 98/11/17
# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
#
# $Id: Makefile,v 1.2 1998/11/24 19:47:55 sada Exp $
#
PKGNAME= ja-jvim-canna-3.0.1.3i
CANNA= yes
MASTERDIR= ${.CURDIR}/../jvim3
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile"
|