1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/irc/roxirc/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

32 lines
650 B
Makefile

# Created by: rox@fearme.com
# $FreeBSD$
PORTNAME= roxirc
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= irc tk
MASTER_SITES= http://roxirc.lighter.net/download/
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Tcl/tk irc client
USES+= tk:run
NO_BUILD= yes
PLIST_FILES= bin/roxirc
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} 's|if \[ -x .*|${WISH} "$$0" "$$@"|' ${WRKSRC}/roxirc
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/roxirc ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in config menus bindings prefs startup help
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/${f}-example
.endfor
.include <bsd.port.mk>