summaryrefslogtreecommitdiff
path: root/editors/ved/Makefile
blob: 2e8e5a50f26440408a1755b92d730a924438bb94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	ved
CATEGORIES=	editors

COMMENT=	Visual editor (easy to learn, fast, and lean)
WWW=		https://schilytools.sourceforge.net/ved.html

OPTIONS_DEFINE=	DOCS

MASTERDIR=	${.CURDIR}/../../devel/schilybase
COMPONENTS=	ved

post-install-DOCS-off:
	${RM} ${STAGEDIR}share/doc/vedsheet.*
	${RM} ${STAGEDIR}share/man/help/ved.help.gz

.include "${MASTERDIR}/Makefile.master"