41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:01 tv Exp $
|
|
#
|
|
|
|
DISTNAME= scotty-2.1.11
|
|
PKGNAME= tkined-1.4.11
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
|
|
GNU_CONFIGURE= yes
|
|
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
|
|
|
|
INSTALLATION_DIRS= man/man1
|
|
|
|
.include "../../net/tcl-scotty/buildlink3.mk"
|
|
.include "../../x11/tk/buildlink3.mk"
|
|
|
|
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"
|