pkgsrc/net/tkined/Makefile
minskim 2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00

34 lines
983 B
Makefile

# $NetBSD: Makefile,v 1.10 2004/03/08 20:27:15 minskim Exp $
#
DISTNAME= scotty-2.1.11
PKGNAME= tkined-1.4.11
CATEGORIES= net tcl tk
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
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
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib --enable-multicast \
--enable-gdmo --with-tk-config=${PREFIX}/lib
CONFIGURE_ENV+= TARGET=tkined
USE_LIBTOOL= yes
FILESDIR= ${.CURDIR}/../../net/tcl-scotty/files
PATCHDIR= ${.CURDIR}/../../net/tcl-scotty/patches
do-install:
@cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} tki-install
${INSTALL_DATA} ${WRKSRC}/../doc/tkined.1 ${PREFIX}/man/man1
post-install:
cd ${PREFIX}/bin && ${LN} -f -s tkined1.4.11 tkined
.include "../../mk/bsd.pkg.mk"