1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net-mgmt/libsmi/Makefile
Ying-Chieh Liao d19f1d07b2 upgrade to 0.3.1
PR:		38497
Submitted by:	maintainer
2002-05-24 12:57:38 +00:00

26 lines
614 B
Makefile

# New ports collection makefile for: libsmi
# Date created: Tue Jan 27 2000
# Whom: Marcin Cieslak <saper@system.pl>
#
# $FreeBSD$
#
PORTNAME= libsmi
PORTVERSION= 0.3.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/
MAINTAINER= saper@system.pl
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
MIBDIR= ${PREFIX}/share/smi/mibs
CONFIGURE_ARGS+=--with-data-dir=${PREFIX}/share/smi \
--with-mibdir=${MIBDIR}
MAN1= smiquery.1 smilint.1 smidump.1 smistrip.1 smidiff.1 smicache.1
MAN3= libsmi.3 smi_config.3 smi_module.3 smi_macro.3 smi_node.3 smi_type.3
.include <bsd.port.mk>