blob: d8f921fa4781d9a16489cfd8f369c17ac1a04e39 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Matt Peterson <matt@peterson.org>
# $FreeBSD$
PORTNAME= gsnmp
PORTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \
http://ftp-ext.osuosl.org/pub/nslu2/sources/ \
http://matt.peterson.org/FreeBSD/ports/
MAINTAINER= matt@peterson.org
COMMENT= SNMP library written on top of glib and gnet2
LIB_DEPENDS= gnet:${PORTSDIR}/net/gnet2
USES= pkgconfig
USE_GNOME= gnomehack glib20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN1= gsnmp-get.1
NO_STAGE= yes
.include <bsd.port.mk>
|