summaryrefslogtreecommitdiff
path: root/irc/quirc/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-09 01:58:18 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-09 01:58:18 +0000
commit725350903ab3961af72c09b6883e05f55f834090 (patch)
tree1353acce528b2b9be535aba52bcfa13c7e272269 /irc/quirc/Makefile
parentAdd the gpasman port. (diff)
Initial import of quirc version 0.9.77.
An irc client for the X Window System that uses TCL/TK. PR: 11827 Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=19371
Diffstat (limited to 'irc/quirc/Makefile')
-rw-r--r--irc/quirc/Makefile25
1 files changed, 25 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>