1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
ports/editors/ved/Makefile
T
Robert Clausecker 99d3c91196 */*: move WWW for all schilytools ports to Codeberg
Seems like Sourceforge has given up on hosting old schily's project
websites.  Consistently point to our Codeberg page instead.
2024-10-30 10:00:36 +01:00

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"