aboutsummaryrefslogtreecommitdiffstats
path: root/irc/roxirc/Makefile
blob: 57370970006c624362f4f527b934335b70234907 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:    roxirc
# Date created:         Mar 15 1999
# Whom:                 rox@fearme.com
#
# $FreeBSD$
#

PORTNAME=   roxirc
PORTVERSION=    2.0
PORTREVISION=   2
CATEGORIES= irc tk
MASTER_SITES=   http://roxirc.lighter.net/download/

MAINTAINER= gahr@FreeBSD.org
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>