Files
ports/irc/roxirc/Makefile
Gabor Kovesdan 17bd0f1946 - Update to 2.0
- Update to TCL/TK 8.4

PR:		ports/110576
Submitted by:	Martin Tournoij <carpetsmoker@xs4all.nl>
Approved by:	maintainer timeout
2007-04-04 15:42:54 +00:00

35 lines
905 B
Makefile

# New ports collection makefile for: roxirc
# Date created: Mar 15 1999
# Whom: rox@fearme.com
#
# $FreeBSD$
#
PORTNAME= roxirc
PORTVERSION= 2.0
CATEGORIES= irc tk84
MASTER_SITES= http://roxirc.lighter.net/download/
MAINTAINER= rox@fearme.com
COMMENT= A tcl/tk irc client
USE_TK= yes
NO_BUILD= yes
post-patch:
@${REINPLACE_CMD} 's|if \[ -x .*|${WISH} "$$0" "$$@"|' ${WRKSRC}/roxirc
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/roxirc ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/config ${DOCSDIR}/config-example
${INSTALL_DATA} ${WRKSRC}/menus ${DOCSDIR}/menus-example
${INSTALL_DATA} ${WRKSRC}/bindings ${DOCSDIR}/bindings-example
${INSTALL_DATA} ${WRKSRC}/prefs ${DOCSDIR}/prefs-initial
${INSTALL_DATA} ${WRKSRC}/startup ${DOCSDIR}/startup-example
${INSTALL_DATA} ${WRKSRC}/help ${DOCSDIR}/help
.endif
.include <bsd.port.mk>