pkgsrc/net/etherape/Makefile
adam 330d7f17d8 Changes 0.9.1:
* Color-coded protocol dialog
* Some tweaks to compile with newer distros
2004-11-22 15:27:53 +00:00

36 lines
947 B
Makefile

# $NetBSD: Makefile,v 1.22 2004/11/22 15:27:53 adam Exp $
DISTNAME= etherape-0.9.1
CATEGORIES= gnome net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=etherape/}
MAINTAINER= damon@NetBSD.org
HOMEPAGE= http://etherape.sourceforge.net/
COMMENT= Graphical network monitor
USE_GNU_TOOLS+= make
USE_BUILDLINK3= YES
USE_DIRS+= xdg-1.1
USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
USE_X11= YES
GNU_CONFIGURE= YES
PKG_SYSCONFSUBDIR= etherape
# XXX: $localedir defaults to $libdir/locale
CONFIGURE_ARGS+= --libdir=${PREFIX}/${PKGLOCALEDIR}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/etherape
CONF_FILES= ${EGDIR}/services ${PKG_SYSCONFDIR}/services
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/services ${EGDIR}
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"