- Use buildlink framework.
- Switch to Tk 8.4. - Share distinfo with tcl-scotty.
This commit is contained in:
parent
ac7f3e14a9
commit
c893ce2e7f
2 changed files with 9 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue