mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
5e5ba791ab
- fix MASTER_SITES url - add WWW address to pkg-descr - fix man install path PR: ports/131913 Submitted by: Edmondas Girkantas <eg@fbsd.lt> Approved by: maintainer timeout (2+ weeks)
27 lines
613 B
Makefile
27 lines
613 B
Makefile
# New ports collection makefile for: bsnmp-regex
|
|
# Date created: 11 February 2007
|
|
# Whom: brock@cotcomsol.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsnmp-regex
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://memberwebs.com/stef/software/bsnmp-regex/
|
|
|
|
MAINTAINER= brock@cotcomsol.com
|
|
COMMENT= A bsnmpd module allowing creation of counters from log files
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man
|
|
|
|
MAN1= sockin.1
|
|
MAN5= bsnmp-regex.conf.5
|
|
MAN8= bsnmp-regex.8
|
|
|
|
PLIST_FILES= bin/sockin lib/snmp_regex.so lib/snmp_regex.so.0 \
|
|
lib/snmp_regex.a lib/snmp_regex.la
|
|
|
|
.include <bsd.port.mk>
|