pkgsrc/net/gkrellm-snmp/Makefile
fredb 0cab25b605 In ucd-snmp's shared libraries, the SONAME is the filename, which contains
the version of ucd-snmp. Therefore, adjust the wildcard dependencies in
dependents to match exactly (barring "nb" version changes), and bump the
dependent's "nb" versions to reflect the change in dependencies. Otherwise,
an "ethereal" binary package (for example) built against ucd-snmp-4.2.4
will happily install against ucd-snmp-4.2.3nb1, but will fail at run-time
with, ``shared object "libucdsnmp-0.4.2.3.so" not found.''
2002-04-20 18:46:06 +00:00

26 lines
768 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/04/20 18:46:07 fredb Exp $
DISTNAME= gkrellm_snmp-0.18
PKGNAME= gkrellm-snmp-0.18
PKGREVISION= 2
CATEGORIES= net sysutils
MASTER_SITES= http://triq.net/gkrellm/
MAINTAINER= jasper@pointless.net
HOMEPAGE= http://triq.net/gkrellm.html
COMMENT= simple snmp monitor for gkrellm
DEPENDS+= gkrellm-1.2.*:../../sysutils/gkrellm
DEPENDS+= ucd-snmp-4.2.4*:../../net/ucd-snmp
USE_GMAKE= #defined
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
${INSTALL_PROGRAM} ${WRKSRC}/gkrellm_snmp.so ${PREFIX}/lib/gkrellm/plugins/
.include "../../mk/bsd.prefs.mk"
.include "../../graphics/imlib/buildlink.mk"
.include "../../security/openssl/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"