aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/libsmi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/libsmi/Makefile')
-rw-r--r--net-mgmt/libsmi/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net-mgmt/libsmi/Makefile b/net-mgmt/libsmi/Makefile
index e4625433fc9e..feb817d8f458 100644
--- a/net-mgmt/libsmi/Makefile
+++ b/net-mgmt/libsmi/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libsmi
-PORTVERSION= 0.4.5
+PORTVERSION= 0.4.7
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/
@@ -23,8 +23,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-data-dir=${PREFIX}/share/smi \
--with-pibdir=${PIBDIR} --with-mibdir=${MIBDIR}
-MAN1= smiquery.1 smilint.1 smidump.1 smistrip.1 smidiff.1 smicache.1
-MAN3= libsmi.3 smi_config.3 smi_module.3 smi_macro.3 smi_node.3 smi_type.3 \
- smi_render.3
+MAN1= smiquery.1 smilint.1 smidump.1 smistrip.1 smidiff.1 smicache.1 \
+ smixlate.1
+MAN3= libsmi.3 smi_attribute.3 smi_class.3 smi_config.3 smi_event.3 \
+ smi_identity.3 smi_module.3 smi_macro.3 smi_node.3 smi_type.3 \
+ smi_render.3 smi_util.3
.include <bsd.port.mk>