1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/irc/roxirc/Makefile

36 lines
921 B
Makefile
Raw Normal View History

# New ports collection makefile for: roxirc
# Date created: Mar 15 1999
# Whom: rox@fearme.com
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
PORTNAME= roxirc
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= irc tk
1999-06-20 00:36:36 +00:00
MASTER_SITES= http://roxirc.lighter.net/download/
MAINTAINER= gahr@FreeBSD.org
2003-02-21 12:17:17 +00:00
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>