1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/irc/roxirc/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

36 lines
921 B
Makefile

# New ports collection makefile for: roxirc
# Date created: Mar 15 1999
# Whom: rox@fearme.com
#
# $FreeBSD$
#
PORTNAME= roxirc
PORTVERSION= 2.0
PORTREVISION= 1
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>