summaryrefslogtreecommitdiff
path: root/irc/quirc/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-08-02 12:12:08 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-08-02 12:12:08 +0000
commit0dffaac33cca3024e9cb25901c85e503aa137bdf (patch)
tree402b40869be1effe6bddf47e87ee1ad19697a595 /irc/quirc/Makefile
parentUpdate to version 0.99.2 (diff)
Update to 0.9.79
Notes
Notes: svn path=/head/; revision=20499
Diffstat (limited to 'irc/quirc/Makefile')
-rw-r--r--irc/quirc/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile
index 1d343728cf7b..1664d09df705 100644
--- a/irc/quirc/Makefile
+++ b/irc/quirc/Makefile
@@ -1,13 +1,12 @@
# New ports collection makefile for: QuIRC
-# Version required: 0.9.77
+# Version required: 0.9.79
# Date created: 21 May 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
-# $Id: Makefile,v 1.2 1999/06/19 08:25:54 cpiazza Exp $
+# $Id: Makefile,v 1.3 1999/06/28 02:20:53 billf Exp $
#
-DISTNAME= quirc
-PKGNAME= quirc-0.9.77
+DISTNAME= quirc-0.9.79
CATEGORIES= irc tk80
MASTER_SITES= http://www.quirc.org/ \
http://patearl.powersurfr.com/quirc/
@@ -18,8 +17,13 @@ LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
USE_XLIB= yes
GNU_CONFIGURE= yes
+ALL_TARGET= all quirc.inst
+
+pre-install:
+ @${MKDIR} ${PREFIX}/share/doc/quirc/doc
post-install:
+ @${INSTALL_SCRIPT} ${WRKSRC}/quirc.inst ${PREFIX}/bin
@strip ${PREFIX}/bin/quirc
.include <bsd.port.mk>