View | Details | Raw Unified | Return to bug 189877
Collapse All | Expand All

(-)Makefile (-4 / +7 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	gsnmp
4
PORTNAME=	gsnmp
5
PORTVERSION=	0.2.0
5
PORTVERSION=	0.2.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
8
MASTER_SITES=	ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \
8
MASTER_SITES=	ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \
9
		http://ftp-ext.osuosl.org/pub/nslu2/sources/ \
9
		http://ftp-ext.osuosl.org/pub/nslu2/sources/ \
Lines 12-22 Link Here
12
MAINTAINER=	matt@peterson.org
12
MAINTAINER=	matt@peterson.org
13
COMMENT=	SNMP library written on top of glib and gnet2
13
COMMENT=	SNMP library written on top of glib and gnet2
14
14
15
LIB_DEPENDS=	gnet:${PORTSDIR}/net/gnet2
15
LIB_DEPENDS=	libgnet-2.0.so:${PORTSDIR}/net/gnet2
16
16
17
USES=		pkgconfig
17
USES=		pkgconfig pathfix libtool
18
USE_GNOME=	gnomehack glib20
18
USE_GNOME=	glib20
19
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
22
post-install:
23
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgsnmp.so
24
22
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)pkg-plist (-1 / +1 lines)
Lines 9-17 Link Here
9
include/gsnmp/transport.h
9
include/gsnmp/transport.h
10
include/gsnmp/utils.h
10
include/gsnmp/utils.h
11
lib/libgsnmp.a
11
lib/libgsnmp.a
12
lib/libgsnmp.la
13
lib/libgsnmp.so
12
lib/libgsnmp.so
14
lib/libgsnmp.so.0
13
lib/libgsnmp.so.0
14
lib/libgsnmp.so.0.0.0
15
libdata/pkgconfig/gsnmp.pc
15
libdata/pkgconfig/gsnmp.pc
16
share/aclocal/gsnmp.m4
16
share/aclocal/gsnmp.m4
17
man/man1/gsnmp-get.1.gz
17
man/man1/gsnmp-get.1.gz

Return to bug 189877