blob: de3719559f33c9213f0b273e667511e185c03291 (
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 without ONEW library
# Version required: 3.0-j1.3j
# Date created: 98/11/17
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# $Id: Makefile,v 1.5 1999/03/06 13:00:23 taoka Exp $
#
PKGNAME= ja-jvim-direct_canna-3.0.1.3j
DIRECT_CANNA= yes
MASTERDIR= ${.CURDIR}/../jvim3
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile"
|