1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/net-mgmt/gsnmp/Makefile
Muhammad Moinur Rahman d904cf4d6c
net-mgmt/gsnmp: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 07:39:57 +01:00

23 lines
591 B
Makefile

PORTNAME= gsnmp
PORTVERSION= 0.2.0
PORTREVISION= 4
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
WWW= https://trac.eecs.iu-bremen.de/projects/gsnmp/
LIB_DEPENDS= libgnet-2.0.so:net/gnet2
USES= gnome libtool pathfix pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>