diff --git a/net-mgmt/libsmi/Makefile b/net-mgmt/libsmi/Makefile index b6c88115b684..7c3430efcf37 100644 --- a/net-mgmt/libsmi/Makefile +++ b/net-mgmt/libsmi/Makefile @@ -1,22 +1,23 @@ # Created by: Marcin Cieslak 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 +USES= cpe gmake libtool pathfix pkgconfig +CPE_VENDOR= tu-braunschweig 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