1e2e0f57d5
- While I'm here: - Remove RELEASE and simplify PATCH_SITES, WRKSRC and _DATADIR - Simplify Makefile - Remove contiguous blank lines Changes: https://code.google.com/p/vim/source/list PR: ports/183076 Submitted by: Rick van der Zwet <info@rickvanderzwet.nl>
12 lines
253 B
Makefile
12 lines
253 B
Makefile
# Created by: David O'Brien (obrien@NUXI.com)
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Vi "workalike", with many additional features (Lite package)
|
|
|
|
LITE= yes
|
|
MASTERDIR= ${.CURDIR}/../vim
|
|
|
|
.include "${MASTERDIR}/Makefile"
|