summaryrefslogtreecommitdiff
path: root/chat/ircII/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-15 12:22:16 +0000
committerjlam <jlam@pkgsrc.org>2001-07-15 12:22:16 +0000
commitf6fd18f97c8a3dc7ab1f4c5e8aba57b9c180744a (patch)
treea7031ac24b3c517e2e2e1067b9459e76444c18b1 /chat/ircII/Makefile
parent274c27180bad63888037b2f9cb6801cae57181d0 (diff)
downloadpkgsrc-f6fd18f97c8a3dc7ab1f4c5e8aba57b9c180744a.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r--chat/ircII/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile
index 2c2ac1eecbf..c9bde2e80da 100644
--- a/chat/ircII/Makefile
+++ b/chat/ircII/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/07/07 20:54:52 mrg Exp $
+# $NetBSD: Makefile,v 1.9 2001/07/15 12:22:16 jlam Exp $
# FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp
#
@@ -16,6 +16,7 @@ CONFLICTS= blackened-*
.include "../../mk/bsd.prefs.mk"
+USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
.if defined(DEFAULT_IRC_SERVER)
CONFIGURE_ARGS+= --with-default-server=${DEFAULT_IRC_SERVER}
@@ -31,16 +32,16 @@ BUILD_DEFS+= USE_SOCKS
# Include SOCKS firewall support
.if defined(USE_SOCKS) && (${USE_SOCKS} == 4 || ${USE_SOCKS} == 5)
-CONFIGURE_ARGS+= --with-socks${USE_SOCKS}=${PREFIX}
+CONFIGURE_ARGS+= --with-socks${USE_SOCKS}=${BUILDLINK_DIR}
.if ${USE_SOCKS} == 4
-DEPENDS+= socks4-2.2:../../net/socks4
+.include "../../net/socks4/buildlink.mk"
.else
-DEPENDS+= socks5-1.0.2:../../net/socks5
+.include "../../net/socks5/buildlink.mk"
.endif
.endif
.if (${OPSYS} == SunOS)
-LIBS= -lnsl
+LIBS+= -lnsl
.endif
.if defined(IRCII_CONFIGURE_ARGS)