diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-05 04:10:21 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-05 04:10:21 +0000 |
commit | 6ac50aa0ef6ecba09c50ff3e4739560fd6f7a32f (patch) | |
tree | 5f46e12128a05129af5c3832dd28888bcd57bc0e | |
parent | 69eca926d5d79f6770decd76c9d72590a18da55d (diff) | |
download | pkgsrc-6ac50aa0ef6ecba09c50ff3e4739560fd6f7a32f.tar.gz |
- Use buildlink framework.
- Switch to Tk 8.4.
- Share distinfo with tcl-scotty.
-rw-r--r-- | net/tkined/Makefile | 13 | ||||
-rw-r--r-- | net/tkined/distinfo | 9 |
2 files changed, 9 insertions, 13 deletions
diff --git a/net/tkined/Makefile b/net/tkined/Makefile index e345fd6a711..10707762a4a 100644 --- a/net/tkined/Makefile +++ b/net/tkined/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2004/03/08 20:27:15 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2004/06/05 04:10:21 minskim Exp $ # DISTNAME= scotty-2.1.11 PKGNAME= tkined-1.4.11 +PKGREVISION= 1 CATEGORIES= net tcl tk MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ @@ -10,20 +11,24 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://wwwhome.cs.utwente.nl/~schoenw/scotty/ COMMENT= Graphical network discovery and monitoring tool based on scotty -DEPENDS+= tk>=8.3.2:../../x11/tk83 DEPENDS+= tcl-scotty>=2.1.11:../../net/tcl-scotty WRKSRC= ${WRKDIR}/${DISTNAME}/unix +USE_BUILDLINK3= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib --enable-multicast \ - --enable-gdmo --with-tk-config=${PREFIX}/lib +CONFIGURE_ARGS+=--with-tcl-config=${BUILDLINK_PREFIX.tcl}/lib \ + --with-tk-config=${BUILDLINK_PREFIX.tk}/lib \ + --enable-multicast --enable-gdmo CONFIGURE_ENV+= TARGET=tkined USE_LIBTOOL= yes +DISTINFO_FILE= ${.CURDIR}/../../net/tcl-scotty/distinfo FILESDIR= ${.CURDIR}/../../net/tcl-scotty/files PATCHDIR= ${.CURDIR}/../../net/tcl-scotty/patches +.include "../../x11/tk/buildlink3.mk" + do-install: @cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} tki-install ${INSTALL_DATA} ${WRKSRC}/../doc/tkined.1 ${PREFIX}/man/man1 diff --git a/net/tkined/distinfo b/net/tkined/distinfo deleted file mode 100644 index 0edf5f8d5d7..00000000000 --- a/net/tkined/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: distinfo,v 1.3 2002/11/25 17:53:24 jwise Exp $ - -SHA1 (scotty-2.1.11.tar.gz) = 819011f908c57e4591d6f50e51677c01eb55dc13 -Size (scotty-2.1.11.tar.gz) = 1381059 bytes -SHA1 (patch-aa) = f63015265b7a5a44c73f9ee6c0ad43eee1880769 -SHA1 (patch-ab) = f789d464c73a830453b1ea43bfb8bad93b5c3e7e -SHA1 (patch-ac) = 5414110cb56026e77dc96316e33ee07d1331b85f -SHA1 (patch-ad) = 64c2f53c0eb0e32af144ec6c4e2b0f55edc9b60a -SHA1 (patch-af) = 8915bfd1912e9255e39d2c3b5b49e0b5c518bb9c |