mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
1475a09493
- Make it respect PREFIX PR: ports/134395 Submitted by: Mikolaj Golub <to.my.trociny@gmail.com> (maintainer)
32 lines
642 B
Makefile
32 lines
642 B
Makefile
# New ports collection makefile for: bsnmp-ucd
|
|
# Date created: 15 December 2007
|
|
# Whom: Mikolaj Golub <to.my.trociny@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsnmp-ucd
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= to.my.trociny@gmail.com
|
|
COMMENT= A bsnmpd module that implements parts of UCD-SNMP-MIB
|
|
|
|
USE_MAKE= yes
|
|
USE_AUTOTOOLS= libtool:15:env
|
|
|
|
MAN8= bsnmp-ucd.8
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 601000
|
|
IGNORE= bsnmpd lack of realization on FreeBSD < 6.1
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s/LOCALBASE/PREFIX/g" \
|
|
${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.post.mk>
|