freebsd-ports/net-mgmt/libsmi/Makefile
2014-02-12 10:46:23 +00:00

22 lines
556 B
Makefile

# Created by: Marcin Cieslak <saper@system.pl>
# $FreeBSD$
PORTNAME= libsmi
PORTVERSION= 0.4.8
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ \
LOCAL/bms
MAINTAINER= saper@saper.info
COMMENT= A library to access SMI MIB information
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
USES= gmake pathfix pkgconfig
PIBDIR= ${PREFIX}/share/smi/pibs
MIBDIR= ${PREFIX}/share/smi/mibs
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-data-dir=${PREFIX}/share/smi \
--with-pibdir=${PIBDIR} --with-mibdir=${MIBDIR}
.include <bsd.port.mk>