mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
16 lines
248 B
Makefile
16 lines
248 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: vim-lite
|
|
# Date created: Fri Jun 25, 1999
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vim-lite
|
|
|
|
LITE= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../vim5
|
|
|
|
.include "${MASTERDIR}/Makefile"
|