1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/editors/ecce/Makefile
Muhammad Moinur Rahman 265facacb7 editors/ecce: Sanitize MANPREFIX
Approved by:    portmgr (blanket)
2024-01-22 02:32:46 +01:00

25 lines
594 B
Makefile

PORTNAME= ecce
DISTVERSION= 2.9d
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.ml1.org.uk/distfiles/ \
http://www.ancientgeek.org.uk/distfiles/
MAINTAINER= bob@eager.cx
COMMENT= Edinburgh Compatible Context Editor
WWW= https://www.gtoal.com/ecce/
LICENSE= CC0-1.0
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ecce ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ecce.1.gz ${STAGEDIR}${PREFIX}/share/man/man1
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>