pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tcpillust - use buildlink3 instead of DEPENDS and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40a2211147a1
branches:  trunk
changeset: 496636:40a2211147a1
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jul 07 02:04:11 2005 +0000

description:
- use buildlink3 instead of DEPENDS and BUILDLINK_PREFIX in
  CONFIGURE_ARGS
- expose hidden dependencies on libpcap and tcl
- bump PKGREVISION for dependency change

diffstat:

 net/tcpillust/Makefile |  21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diffs (46 lines):

diff -r b0452d3d83d7 -r 40a2211147a1 net/tcpillust/Makefile
--- a/net/tcpillust/Makefile    Wed Jul 06 21:19:24 2005 +0000
+++ b/net/tcpillust/Makefile    Thu Jul 07 02:04:11 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2005/03/24 21:12:59 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2005/07/07 02:04:11 grant Exp $
 
 DISTNAME=      tcpillust-1.0a
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.csl.sony.co.jp/CSL/nishida/
 
@@ -9,18 +9,16 @@
 HOMEPAGE=      http://www.csl.sony.co.jp/person/nishida/tcpillust.html
 COMMENT=       Graphical TCP connection analysis tool
 
-DEPENDS+=      tk>=8.3.2:../../x11/tk83
-
 USE_IMAKE=     yes
 GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-tcl-include=${LOCALBASE}/include \
-               --with-tk-include=${LOCALBASE}/include \
-               --with-tcl-lib=${LOCALBASE}/lib \
-               --with-tk-lib=${LOCALBASE}/lib
 
-DOCS=  README
+CONFIGURE_ARGS+=--with-tcl-include=${BUILDLINK_PREFIX.tcl}/include
+CONFIGURE_ARGS+=--with-tcl-lib=${BUILDLINK_PREFIX.tcl}/lib
+CONFIGURE_ARGS+=--with-tk-include=${BUILDLINK_PREFIX.tk}/include
+CONFIGURE_ARGS+=--with-tk-lib=${BUILDLINK_PREFIX.tk}/lib
 
-SAMPLES= tcpclient.log tcpserver.log
+DOCS=          README
+SAMPLES=       tcpclient.log tcpserver.log
 
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcpillust
@@ -32,4 +30,7 @@
                ${INSTALL_DATA} ${WRKSRC}/sample/$$i ${PREFIX}/share/doc/tcpillust/sample; \
        done
 
+.include "../../lang/tcl83/buildlink3.mk"
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../lang/tcl83/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index