pkgsrc/net/tcpillust/Makefile

37 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.19 2007/12/02 13:04:13 wiz Exp $
DISTNAME= tcpillust-1.0a
PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= ftp://ftp.sonycsl.co.jp/CSL/nishida/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sonycsl.co.jp/person/nishida/tcpillust.html
COMMENT= Graphical TCP connection analysis tool
USE_IMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-tcl-include=${BUILDLINK_PREFIX.tcl}/include
CONFIGURE_ARGS+=--with-tcl-lib=${BUILDLINK_PREFIX.tcl}/lib
CONFIGURE_ARGS+=--with-tk-include=${BUILDLINK_PREFIX.tk}/include
CONFIGURE_ARGS+=--with-tk-lib=${BUILDLINK_PREFIX.tk}/lib
DOCS= README
SAMPLES= tcpclient.log tcpserver.log
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcpillust
for i in ${DOCS}; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/tcpillust; \
done
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcpillust/sample
for i in ${SAMPLES}; do \
${INSTALL_DATA} ${WRKSRC}/sample/$$i ${PREFIX}/share/doc/tcpillust/sample; \
done
.include "../../lang/tcl/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"