blob: dea9b621667097bd51f5f0eb1547e369764cc437 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# ex:ts=8
# Ports collection makefile for: vim-lite
# Version required: 5.3
# Date created: Fri Jun 25, 1999
# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
#
PKGNAME= vim-lite-${PKGVER}
LITE= yes
MASTERDIR= ${.CURDIR}/../vim5
.include "${MASTERDIR}/Makefile"
|