pkgsrc/net/tcl-scotty/Makefile
he 4ec4bb2a1b Add NO_EXPORT_CPP=yes, since exporting CPP will confuse rpcgen when
CPP's value is just "cpp", since that's not stat(2)able.  Instead,
let rpcgen's default be used.
2004-03-09 09:33:48 +00:00

38 lines
973 B
Makefile

# $NetBSD: Makefile,v 1.11 2004/03/09 09:33:48 he Exp $
#
DISTNAME= scotty-${DIST_VERS}
PKGNAME= tcl-scotty-${DIST_VERS}
PKGREVISION= 1
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/tcl83
DIST_VERS= 2.1.11
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib --enable-multicast \
--enable-gdmo --without-tk-config
CONFIGURE_ENV+= TARGET=scotty
USE_LIBTOOL= yes
NO_EXPORT_CPP= 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 scotty${DIST_VERS} scotty
.include "../../mk/bsd.pkg.mk"