aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/NeTraMet/Makefile
blob: 7c84b366362da91d81b41a77f4ea23600c3bf59c (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
33
34
# New ports collection makefile for:    NeTraMet
# Date created:     24-Feb-2001
# Whom:         Jimmy Olgeni <olgeni@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   NeTraMet
PORTVERSION=    4.3
CATEGORIES= net
MASTER_SITES=   ftp://ftp.gla.ac.uk/pub/software/NeTraMet/
DISTNAME=   NeTraMet${PORTVERSION:S/.//}

MAINTAINER= olgeni@FreeBSD.org
COMMENT=    Implementation of the Internet Accounting Architecture

WRKSRC=     ${WRKDIR}/NeTraMet${PORTVERSION:S/.//}

USE_REINPLACE=  yes
USE_AUTOCONF=   yes
USE_GMAKE=  yes

.if defined(WITH_MOTIF)
USE_MOTIF=  yes
CONFIGURE_ENV+= MOTIF_LIB="${MOTIFLIB}"
PLIST_SUB=  MOTIF=""
.else
PLIST_SUB=  MOTIF="@comment "
.endif

post-patch:
    @${REINPLACE_CMD} -e "s|"/etc/mib.txt"|${LOCALBASE}/share/NeTraMet/mibs/mib.txt|g;" ${WRKSRC}/src/snmplib/mib.c

.include <bsd.port.mk>