2013-08-31 02:15:18 +02:00
|
|
|
# Created by: Marcin Cieslak <saper@system.pl>
|
2000-01-29 23:30:48 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= libsmi
|
2009-07-05 21:03:57 +02:00
|
|
|
PORTVERSION= 0.4.8
|
2014-09-10 14:18:14 +02:00
|
|
|
PORTREVISION= 1
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2009-07-10 17:58:58 +02:00
|
|
|
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ \
|
|
|
|
LOCAL/bms
|
2000-01-29 23:30:48 +01:00
|
|
|
|
2009-12-31 11:03:33 +01:00
|
|
|
MAINTAINER= saper@saper.info
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= Library to access SMI MIB information
|
2000-01-29 23:30:48 +01:00
|
|
|
|
2006-09-13 08:44:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-05-27 12:11:45 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2014-09-10 14:18:14 +02:00
|
|
|
USES= gmake libtool pathfix pkgconfig
|
2004-05-02 17:52:22 +02:00
|
|
|
PIBDIR= ${PREFIX}/share/smi/pibs
|
2000-01-29 23:30:48 +01:00
|
|
|
MIBDIR= ${PREFIX}/share/smi/mibs
|
2004-05-02 17:52:22 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-01-29 23:30:48 +01:00
|
|
|
CONFIGURE_ARGS+=--with-data-dir=${PREFIX}/share/smi \
|
2004-05-02 17:52:22 +02:00
|
|
|
--with-pibdir=${PIBDIR} --with-mibdir=${MIBDIR}
|
2000-01-29 23:30:48 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|