mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
15 lines
298 B
Makefile
15 lines
298 B
Makefile
# New ports collection makefile for: jvim3 for Canna without ONEW library
|
|
# Version required: 3.0-1.7j
|
|
# Date created: 98/11/17
|
|
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DIRECT_CANNA= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../jvim3
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
|
|
.include "${MASTERDIR}/Makefile"
|