aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/libsmi/Makefile
blob: feb817d8f4582e2eed00a7e4f054c7b165520a09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    libsmi
# Date created:         Tue Jan 27 2000
# Whom:             Marcin Cieslak <saper@system.pl>
#
# $FreeBSD$
#

PORTNAME=   libsmi
PORTVERSION=    0.4.7
CATEGORIES= net-mgmt
MASTER_SITES=   ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/

MAINTAINER= saper@system.pl
COMMENT=    A library to access SMI MIB information

USE_AUTOTOOLS=  libtool:15
USE_LDCONFIG=   yes
USE_GNOME=  pkgconfig gnomehack
USE_GMAKE=  yes
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}

MAN1=   smiquery.1 smilint.1 smidump.1 smistrip.1 smidiff.1 smicache.1 \
    smixlate.1
MAN3=   libsmi.3 smi_attribute.3 smi_class.3 smi_config.3 smi_event.3 \
    smi_identity.3 smi_module.3 smi_macro.3 smi_node.3 smi_type.3 \
    smi_render.3 smi_util.3

.include <bsd.port.mk>