opnsense-ports/misc/clex/Makefile
Franco Fichtner 0bafe2b7fa */*: sync with upstream
Taken from: FreeBSD
2024-02-26 10:57:15 +01:00

31 lines
690 B
Makefile

PORTNAME= clex
PORTVERSION= 4.7
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= https://github.com/xitop/${PORTNAME}/releases/download/v${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Command line file manager
WWW= http://www.clex.sk/
LICENSE= GPLv2
USES= ncurses gmake
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/clex bin/cfg-clex bin/kbd-test \
share/man/man1/cfg-clex.1.gz \
share/man/man1/clex.1.gz \
share/man/man1/kbd-test.1.gz
PORTDOCS= AUTHORS ChangeLog README
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>