diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-04 14:14:33 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-04 14:14:33 +0800 |
commit | bce5e14e2d796b755d1eb3579e550b8e1e10f7cc (patch) | |
tree | 85adac8b87bfae6208a0d7b10aed5676acef1640 /irc/roxirc/Makefile | |
parent | 8186774631c6add8df4b1980567b11d499aa2ed4 (diff) | |
download | freebsd-ports-gnome-bce5e14e2d796b755d1eb3579e550b8e1e10f7cc.tar.gz freebsd-ports-gnome-bce5e14e2d796b755d1eb3579e550b8e1e10f7cc.tar.zst freebsd-ports-gnome-bce5e14e2d796b755d1eb3579e550b8e1e10f7cc.zip |
RoxIRC is a graphical IRC client written in tcl/tk. It provides a pleasant,
easy to use, and powerful interface.
Diffstat (limited to 'irc/roxirc/Makefile')
-rw-r--r-- | irc/roxirc/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/irc/roxirc/Makefile b/irc/roxirc/Makefile new file mode 100644 index 000000000000..5a798b554704 --- /dev/null +++ b/irc/roxirc/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: roxirc +# Version required: 1.2 +# Date created: Mar 15 1999 +# Whom: rox@fearme.com +# +# $Id$ +# + +DISTNAME= roxirc-1.2 +CATEGORIES= net tk80 +MASTER_SITES= http://w3.lighter.net/roxirc/download/ + +MAINTAINER= rox@fearme.com + +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 + +WRKSRC= ${WRKDIR}/roxirc-1.2 +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/roxirc ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/doc/roxirc + ${INSTALL_DATA} ${WRKSRC}/config ${PREFIX}/share/doc/roxirc/config-example + ${INSTALL_DATA} ${WRKSRC}/menus ${PREFIX}/share/doc/roxirc/menus-example + ${INSTALL_DATA} ${WRKSRC}/prefs ${PREFIX}/share/doc/roxirc/prefs-intial + +post-patch: + /usr/bin/perl -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/roxirc + +.include <bsd.port.mk> |