45d980fe74
Initial patch provided by Adrian Portelli via PR pkg/20630 modified by me. Changes: - follow PKG_SYSCONFDIR - install locales into PKGLOCALEDIR 0.9.0: ====== - Gnome 2 preliminary support, including a new option for an antialiased diagram. - Gcc 3.2 compile support - Some bug and potential bug fixes - New Turkish translation, by Gorkem Cetin - Several fixes to assure proper compilation with newer autotools - Resolved memory bug by limiting resolved names to 1024 entries and arranging them in a simple LRU cache
34 lines
853 B
Makefile
34 lines
853 B
Makefile
# $NetBSD: Makefile,v 1.4 2003/03/11 03:07:36 salo Exp $
|
|
#
|
|
|
|
DISTNAME= etherape-0.9.0
|
|
CATEGORIES= gnome net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=etherape/}
|
|
|
|
MAINTAINER= damon@netbsd.org
|
|
HOMEPAGE= http://etherape.sourceforge.net/
|
|
COMMENT= graphical network monitor
|
|
|
|
USE_GMAKE= YES
|
|
USE_X11= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGINSTALL= 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/buildlink2.mk"
|
|
.include "../../devel/libgnomeui/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|