mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
17 lines
374 B
Makefile
17 lines
374 B
Makefile
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"
|