mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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)
This commit is contained in:
parent
b740047aa7
commit
92ef3f4c43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354698
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= gsnmp
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \
|
||||
http://ftp-ext.osuosl.org/pub/nslu2/sources/ \
|
||||
@ -12,11 +12,12 @@ MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/local/${PORTNAME}/ \
|
||||
MAINTAINER= matt@peterson.org
|
||||
COMMENT= SNMP library written on top of glib and gnet2
|
||||
|
||||
LIB_DEPENDS= gnet:${PORTSDIR}/net/gnet2
|
||||
LIB_DEPENDS= libgnet-2.0.so:${PORTSDIR}/net/gnet2
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GNOME= gnomehack glib20
|
||||
USES= libtool pathfix pkgconfig
|
||||
USE_GNOME= glib20
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,9 +9,9 @@ include/gsnmp/session.h
|
||||
include/gsnmp/transport.h
|
||||
include/gsnmp/utils.h
|
||||
lib/libgsnmp.a
|
||||
lib/libgsnmp.la
|
||||
lib/libgsnmp.so
|
||||
lib/libgsnmp.so.0
|
||||
lib/libgsnmp.so.0.0.0
|
||||
libdata/pkgconfig/gsnmp.pc
|
||||
share/aclocal/gsnmp.m4
|
||||
man/man1/gsnmp-get.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user