blob: 216db123b3437c4fdf12eea314267ea9507a1351 (
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
|
# New ports collection makefile for: thrulay
# Date created: 2005-10-19
# Whom: shalunov
#
# $FreeBSD$
PORTNAME= thrulay
PORTVERSION= 0.8
CATEGORIES= benchmarks net ipv6
MASTER_SITES= http://unc.dl.sourceforge.net/sourceforge/thrulay/ \
http://internap.dl.sourceforge.net/sourceforge/thrulay/ \
http://www.internet2.edu/~shalunov/thrulay/
MAINTAINER= shalunov@internet2.edu
COMMENT= Network capacity tester
MAN1= thrulay.1
MAN8= thrulayd.8
MANCOMPRESSED= no
USE_GCC= 3.2+
HAS_CONFIGURE= yes
USE_GMAKE= yes
post-install:
${INSTALL_SCRIPT} ${FILESDIR}/thrulayd.sh.sample ${PREFIX}/etc/rc.d/
@if [ ! -f ${PREFIX}/etc/rc.d/thrulayd.sh ]; then \
${CP} -p ${PREFIX}/etc/rc.d/thrulayd.sh.sample \
${PREFIX}/etc/rc.d/thrulayd.sh ; \
fi
.include <bsd.port.mk>
|