opnsense-ports/irc/roxirc/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

29 lines
628 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= *
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>