2000-01-29 23:30:48 +01:00
|
|
|
# New ports collection makefile for: libsmi
|
|
|
|
# Date created: Tue Jan 27 2000
|
|
|
|
# Whom: Marcin Cieslak <saper@system.pl>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= libsmi
|
2003-08-07 15:11:15 +02:00
|
|
|
PORTVERSION= 0.4.1
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2000-01-29 23:30:48 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/
|
|
|
|
|
|
|
|
MAINTAINER= saper@system.pl
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A library to access SMI MIB information
|
2000-01-29 23:30:48 +01:00
|
|
|
|
2001-01-26 10:01:30 +01:00
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-01-29 23:30:48 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
MIBDIR= ${PREFIX}/share/smi/mibs
|
|
|
|
CONFIGURE_ARGS+=--with-data-dir=${PREFIX}/share/smi \
|
2000-11-03 18:03:42 +01:00
|
|
|
--with-mibdir=${MIBDIR}
|
2000-01-29 23:30:48 +01:00
|
|
|
|
2002-05-24 14:57:38 +02:00
|
|
|
MAN1= smiquery.1 smilint.1 smidump.1 smistrip.1 smidiff.1 smicache.1
|
2003-08-07 15:11:15 +02:00
|
|
|
MAN3= libsmi.3 smi_config.3 smi_module.3 smi_macro.3 smi_node.3 smi_type.3 \
|
|
|
|
smi_render.3
|
2000-01-29 23:30:48 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|