freebsd-ports/devel/clig/Makefile
Raphael Kubo da Costa ece5405e7d Unmark BROKEN, pass maintainership to submitter.
PR:		206695
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2016-02-28 21:05:21 +00:00

38 lines
967 B
Makefile

# Created by: Bill Fumerola <billf@chc-chimes.com>
# $FreeBSD$
PORTNAME= clig
PORTVERSION= 1.9.11.1
PORTREVISION= 3
CATEGORIES= devel tcl
MASTER_SITES= http://BSDforge.com/projects/source/devel/clig/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Auto-generate an (argc, argv) processor, usage message, and manpage
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|/usr/bin/tclsh|${TCLSH}|; \
s|/doc/|/share/doc/|; \
s|-$$(VERSION)||;' \
${WRKSRC}/makefile
@${REINPLACE_CMD} -e "s|tclsh|${TCLSH}|" \
${WRKSRC}/man/fixman
.include <bsd.port.mk>