freebsd-ports/net-mgmt/gsnmp/Makefile
Dmitry Marakasov 92ef3f4c43 - Switch to USES=libtool, drop .la file
- Switch to USES=pathfix
- Strip library
- Use new LIB_DEPENDS syntax

PR:		189877
Submitted by:	amdmi3
Approved by:	Matt Peterson <matt@peterson.org> (maintainer)
2014-05-21 00:50:55 +00:00

23 lines
565 B
Makefile

# Created by: Matt Peterson <matt@peterson.org>
# $FreeBSD$
PORTNAME= gsnmp
PORTVERSION= 0.2.0
PORTREVISION= 2
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= libgnet-2.0.so:${PORTSDIR}/net/gnet2
USES= libtool pathfix pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>