pkgsrc/net/etherape/Makefile
jmmv ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00

39 lines
990 B
Makefile

# $NetBSD: Makefile,v 1.18 2004/03/08 19:40:41 jmmv Exp $
#
DISTNAME= etherape-0.9.0
PKGREVISION= 9
CATEGORIES= gnome net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=etherape/}
MAINTAINER= damon@NetBSD.org
HOMEPAGE= http://etherape.sourceforge.net/
COMMENT= Graphical network monitor
DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs
USE_GNU_TOOLS+= make
USE_X11= YES
USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= 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"