aboutsummaryrefslogtreecommitdiffstats
path: root/net/trickle/Makefile
blob: f823a6131c248ed39500fcc60f16256c8fc5d9d7 (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
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD$

PORTNAME=   trickle
PORTVERSION=    1.07
PORTREVISION=   3
CATEGORIES= net
MASTER_SITES=   http://monkey.org/~marius/trickle/

MAINTAINER= gahr@FreeBSD.org
COMMENT=    Lightweight, portable bandwidth shaper

LIB_DEPENDS=    libevent.so:${PORTSDIR}/devel/libevent2

OPTIONS_DEFINE= DOCS

USES=       libtool
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

MAKE_JOBS_UNSAFE=   yes

CONFIGURE_ARGS+=--with-libevent=${LOCALBASE} \
        --sysconfdir=${PREFIX}/etc
CPPFLAGS+=  -I${LOCALBASE}/include -fPIC
LIBS+=      -L${LOCALBASE}/lib

PORTDOCS=   *
post-install:
    ${INSTALL_DATA} ${FILESDIR}/trickled.conf ${STAGEDIR}${PREFIX}/etc/trickled.conf.default
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>