pkgsrc/chat/zircon/Makefile
shattered 13f93092dd Update to 1.18.256. Changes:
Microsoft exchange chat server doesn't recognise the -w flag for wallops,
added the "-nowallops" option.

Many other bugfixes.
2013-03-03 10:25:11 +00:00

32 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.18 2013/03/03 10:25:11 shattered Exp $
#
DISTNAME= zircon-1.18.256
#KGREVISION= 2
CATEGORIES= chat
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://catless.ncl.ac.uk/Programs/Zircon/
COMMENT= X11 interface to Internet Relay Chat
LICENSE= original-bsd
NO_CONFIGURE= yes
NO_BUILD= yes
USE_TOOLS+= wish:run tclsh sed
post-extract:
@${SED} -e 's|.8.4|.8.5|' ${WRKSRC}/installer/file84.tcl > ${WRKSRC}/installer/file85.tcl
@${SED} -e 's|.8.4|.8.5|' ${WRKSRC}/lib/tcl84.tcl > ${WRKSRC}/lib/tcl85.tcl
@${ECHO_MSG} 'package ifneeded unixfile 1.18.8.5 [list source [file join $$dir file85.tcl]]' \
>> ${WRKSRC}/installer/pkgIndex.tcl
do-install:
@( cd ${WRKSRC} && ${TCLSH} installer/install.tcl -b ${PREFIX}/bin -l ${PREFIX}/share/zircon -p ${DESTDIR:Q} -w ${WISH} -g)
@${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/zircon
.for file in BUGS COPYRIGHT FAQ MANUAL MIRRORS README.ONS README.load README.look README.prefs TODO
@${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DESTDIR}${PREFIX}/share/doc/zircon
.endfor
.include "../../mk/bsd.pkg.mk"