freebsd-ports/net-mgmt/gsnmp/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

27 lines
615 B
Makefile

# New ports collection makefile for: gsnmp
# Date created: Sat Jun 9 19:34:09 PDT 2007
# Whom: 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
USE_GNOME= gnomehack glib20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN1= gsnmp-get.1
.include <bsd.port.mk>