ports/devel/clig/Makefile
Chris Hutchinson f755375b37 *: Move manpages to share/man
PR:		277322
2024-02-27 19:30:55 +03:00

32 lines
827 B
Makefile

PORTNAME= clig
PORTVERSION= 1.9.11.1
PORTREVISION= 4
CATEGORIES= devel tcl
MASTER_SITES= https://BSDforge.com/projects/source/devel/clig/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Auto-generate an (argc, argv) processor, usage message, and manpage
WWW= https://BSDforge.com/projects/devel/clig
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING-2.0
USES= shebangfix tcl tk
SHEBANG_FILES= tcl/*.tcl
tk_OLD_CMD= /usr/bin/wish8.0
NO_BUILD= yes
MAKEFILE= makefile
MAKE_ENV= NOPORTDOCS=${NOPORTDOCS}
MAKE_ARGS= prefix="${PREFIX}" build_root="${STAGEDIR}"
WRKSRC= ${WRKDIR}/${PORTNAME}
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-patch:
@${RM} ${WRKSRC}/example/.cvsignore
@${FIND} -d ${WRKSRC} -type d -and -name CVS -exec ${RM} -r {} \;
@${REINPLACE_CMD} -e "s|tclsh|${TCLSH}|" \
${WRKSRC}/man/fixman
.include <bsd.port.mk>