diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-23 21:07:59 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-23 21:07:59 +0000 |
commit | c12d36fc118407e7c164862418ae52bd9817eba8 (patch) | |
tree | e3edff6021d0e7889578b647d65b711d970c254c | |
parent | b8da22c7f7f206e300f4c781ae7422a8dd0607b5 (diff) | |
download | ports-c12d36fc118407e7c164862418ae52bd9817eba8.tar.gz ports-c12d36fc118407e7c164862418ae52bd9817eba8.zip |
net-mgmt/libsmi: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | net-mgmt/libsmi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ -10,9 +10,10 @@ MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ \ 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 |