freebsd-ports/net-mgmt/libsmi/Makefile

23 lines
576 B
Makefile
Raw Normal View History

# Created by: Marcin Cieslak <saper@system.pl>
# $FreeBSD$
PORTNAME= libsmi
2009-07-05 21:03:57 +02:00
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= Library to access SMI MIB information
USE_LDCONFIG= yes
2014-05-27 12:11:45 +02:00
INSTALL_TARGET= install-strip
USES= gmake libtool:keepla 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>