mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
99d3c91196
Seems like Sourceforge has given up on hosting old schily's project websites. Consistently point to our Codeberg page instead.
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://codeberg.org/schilytools/schilytools
|
|
|
|
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"
|