openbsd-ports/net/roxirc/Makefile

36 lines
816 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2004/08/14 20:24:46 pvalchev Exp $
BROKEN= "distfile continually changing, cannot keep correct checksum"
2002-10-27 20:38:44 -05:00
COMMENT= "Tcl/Tk irc client"
2003-06-19 23:31:25 -04:00
DISTNAME= roxirc-2.0
CATEGORIES= net
HOMEPAGE= http://roxirc.lighter.net/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2003-06-19 23:31:25 -04:00
MASTER_SITES= ${HOMEPAGE}/download/betas/
2003-12-27 18:34:42 -05:00
RUN_DEPENDS= :tk-8.4.*:x11/tk/8.4
NO_BUILD= Yes
2002-10-27 20:38:44 -05:00
NO_REGRESS= Yes
2004-02-02 12:35:01 -05:00
PKG_ARCH= *
2003-06-19 23:31:25 -04:00
DOCS= bindings config extras help hilight lagmeter menus mirccolors \
2003-12-27 18:34:42 -05:00
oper prefs single startup
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/roxirc
${INSTALL_SCRIPT} ${WRKSRC}/roxirc ${PREFIX}/bin
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/roxirc
.include <bsd.port.mk>