blob: 257b6dc00b1d7bb7366dcee42cffa3a746f9dbd7 (
plain)
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
|
# $NetBSD: Makefile,v 1.4 2004/02/14 17:21:46 jlam Exp $
#
DISTNAME= trickle-1.06
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://monkey.org/~marius/trickle/
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://monkey.org/~marius/trickle/
COMMENT= Portable lightweight userspace bandwidth shaper
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_PKGINSTALL= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/trickle
CONF_FILES= ${EGDIR}/trickled.conf ${PKG_SYSCONFDIR}/trickled.conf
RCD_SCRIPTS= trickled
pre-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${FILESDIR}/trickled.conf ${EGDIR}
.include "../../devel/libevent/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|