Tweak net-mgmt/icingaweb2-module-businessprocess version 2.2.0_2
[dports.git] / net-mgmt / gsnmp / Makefile
1 PORTNAME=       gsnmp
2 PORTVERSION=    0.2.0
3 PORTREVISION=   3
4 CATEGORIES=     net-mgmt
5 MASTER_SITES=   ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \
6                 http://ftp-ext.osuosl.org/pub/nslu2/sources/ \
7                 http://matt.peterson.org/FreeBSD/ports/
8
9 MAINTAINER=     matt@peterson.org
10 COMMENT=        SNMP library written on top of glib and gnet2
11 WWW=            https://trac.eecs.iu-bremen.de/projects/gsnmp/
12
13 LIB_DEPENDS=    libgnet-2.0.so:net/gnet2
14
15 USES=           gnome libtool pathfix pkgconfig
16 USE_GNOME=      glib20
17 GNU_CONFIGURE=  yes
18 USE_LDCONFIG=   yes
19 INSTALL_TARGET= install-strip
20
21 .include <bsd.port.mk>