1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/irc/roxirc/Makefile
Pietro Cerutti c5b932e75f - Update maintainership of my Tcl/Tk ports to tcltk@
- Trim Makefile headers

Feature safe:	yes
2012-11-26 22:43:25 +00:00

32 lines
825 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= 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>