blob: d56afa3bdfe2a8bfeaef6ca62df3c3c5b5c13a23 (
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
|
# New ports collection makefile for: xferstats
# Date created: 19 February 1999
# Whom: Dima Sivachenko
#
# $FreeBSD$
#
PORTNAME= xferstats
PORTVERSION= 2.14
CATEGORIES= net
MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/support/ \
ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
MAINTAINER= demon@FreeBSD.org
WRKSRC= ${WRKDIR}/xferstats
USE_GLIB= yes
GNU_CONFIGURE= yes
MAN8= xferstats.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xferstats ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xferstats.8 ${MAN8PREFIX}/man/man8
${INSTALL_DATA} ${WRKSRC}/xferstats.cfg ${PREFIX}/etc/xferstats.cfg.sample
.include <bsd.port.mk>
|