From eab83e41bd8e46bc1e07b553048b18e3a906eadc Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 15 Jul 2001 12:22:16 +0000 Subject: Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. --- chat/ircII/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'chat/ircII/Makefile') 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) -- cgit v1.2.3