34 lines
903 B
Makefile
34 lines
903 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/07/21 17:11:20 martti Exp $
|
|
#
|
|
|
|
DISTNAME= scotty-2.1.11
|
|
PKGNAME= tcl-scotty-2.1.11
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
|
|
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= Network management extensions to TCL
|
|
|
|
DEPENDS+= tcl>=8.3.2:../../lang/tcl
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib --enable-multicast \
|
|
--enable-gdmo --without-tk-config
|
|
CONFIGURE_ENV+= TARGET=scotty
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
post-extract:
|
|
@${RM} -f ${WRKSRC}/../doc/http.n
|
|
@${RM} -f ${WRKSRC}/../doc/tkined.1
|
|
|
|
do-install:
|
|
@${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc
|
|
@cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} tnm-install install-man sinstall
|
|
|
|
post-install:
|
|
cd ${PREFIX}/bin && ${LN} -f -s scotty2.1.10 scotty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|