1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net-mgmt/libsmi/Makefile
Dmitry Marakasov 9213cd360b - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-09-10 12:18:14 +00:00

24 lines
585 B
Makefile

# Created by: Marcin Cieslak <saper@system.pl>
# $FreeBSD$
PORTNAME= libsmi
PORTVERSION= 0.4.8
PORTREVISION= 1
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
INSTALL_TARGET= install-strip
USES= gmake libtool 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>