diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-09 01:58:18 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-09 01:58:18 +0000 |
commit | 725350903ab3961af72c09b6883e05f55f834090 (patch) | |
tree | 1353acce528b2b9be535aba52bcfa13c7e272269 /irc | |
parent | e62d5e425f66fdcc26cc3e719e5951fe71e17895 (diff) | |
download | ports-725350903ab3961af72c09b6883e05f55f834090.tar.gz ports-725350903ab3961af72c09b6883e05f55f834090.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/quirc/Makefile | 25 | ||||
-rw-r--r-- | irc/quirc/distinfo | 1 | ||||
-rw-r--r-- | irc/quirc/pkg-comment | 1 | ||||
-rw-r--r-- | irc/quirc/pkg-descr | 7 | ||||
-rw-r--r-- | irc/quirc/pkg-plist | 20 |
5 files changed, 54 insertions, 0 deletions
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile new file mode 100644 index 000000000000..808b29fe0d48 --- /dev/null +++ b/irc/quirc/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: QuIRC +# Version required: 0.9.77 +# Date created: 21 May 1999 +# Whom: Chris Piazza <cpiazza@home.net> +# +# $Id$ +# + +DISTNAME= quirc +PKGNAME= quirc-0.9.77 +CATEGORIES= net tk80 +MASTER_SITES= http://www.quirc.org/ \ + http://patearl.powersurfr.com/quirc/ + +MAINTAINER= cpiazza@home.net + +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 + +USE_XLIB= yes +GNU_CONFIGURE= yes + +post-install: + @strip ${PREFIX}/bin/quirc + +.include <bsd.port.mk> diff --git a/irc/quirc/distinfo b/irc/quirc/distinfo new file mode 100644 index 000000000000..9383830c8ede --- /dev/null +++ b/irc/quirc/distinfo @@ -0,0 +1 @@ +MD5 (quirc.tar.gz) = 850f5dac308b276b91deb9bdfd57fdc8 diff --git a/irc/quirc/pkg-comment b/irc/quirc/pkg-comment new file mode 100644 index 000000000000..f3f2ab32ec74 --- /dev/null +++ b/irc/quirc/pkg-comment @@ -0,0 +1 @@ +An irc client for the X Window System that uses TCL/TK. diff --git a/irc/quirc/pkg-descr b/irc/quirc/pkg-descr new file mode 100644 index 000000000000..03d3225a3315 --- /dev/null +++ b/irc/quirc/pkg-descr @@ -0,0 +1,7 @@ +An IRC client for the X Window System that uses TCL/TK. It boasts +many advanced scripting facilities and a clean interface. + +WWW: http://quirc.org/ + +-Chris Piazza +cpiazza@home.net diff --git a/irc/quirc/pkg-plist b/irc/quirc/pkg-plist new file mode 100644 index 000000000000..6887a90ead53 --- /dev/null +++ b/irc/quirc/pkg-plist @@ -0,0 +1,20 @@ +bin/quirc +bin/quirc.inst +share/quirc/VERSION +share/quirc/country.tcl +share/quirc/dal.tcl +share/quirc/default.tcl +share/quirc/fun.tcl +share/quirc/global.tcl +share/quirc/killjpq.tcl +share/quirc/mircservers.tcl +share/quirc/newserver.tcl +share/quirc/notify.tcl +share/quirc/popups.tcl +share/quirc/qwidgets.tcl +share/quirc/servers +share/quirc/style.tcl +share/quirc/translate.tcl +share/quirc/variables.tcl +share/quirc/winpopup.tcl +@dirrm share/quirc |