345fc748de
This is a temporary measure to facilitate entering the new world order where manual pages are installed under ${PREFIX}/share/man.
25 lines
611 B
Makefile
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>
|