freebsd-ports/editors/shed/Makefile
Alexey Dokuchaev 345fc748de Override GNU_CONFIGURE_MANPREFIX in my GNU autotools-based ports
This is a temporary measure to facilitate entering the new world
order where manual pages are installed under ${PREFIX}/share/man.
2024-01-22 12:09:10 +00:00

25 lines
611 B
Makefile

PORTNAME= shed
PORTVERSION= 1.16
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Simple ncurses-based pico-style hex editor
WWW= https://sourceforge.net/projects/shed/
LICENSE= GPLv2
USES= ncurses
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
PORTDOCS= AUTHORS BUGS ChangeLog README TODO
OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>