aboutsummaryrefslogtreecommitdiffstats
path: root/net/knemo/Makefile
blob: 6a85dbc62a10317d884eeb422c59b74d8a098faa (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
# New ports collection makefile for:    knemo
# Date created:             Sat Jan 22 00:20:26 CET 2005
# Whom:                 Markus Brueffer <markus@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   knemo
PORTVERSION=    0.4.0
CATEGORIES= net kde
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= markus

MAINTAINER= markus@FreeBSD.org
COMMENT=    Network monitor for KDE

USE_BZIP2=  yes
USE_KDELIBS_VER=3
USE_GMAKE=  yes
USE_AUTOTOOLS=  libtool:15
USE_REINPLACE=  yes

post-patch:
    @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>