opnsense-ports/net/xferstats/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
560 B
Makefile

# Created by: Dima Sivachenko
# $FreeBSD$
PORTNAME= xferstats
PORTVERSION= 2.16
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/support/
MAINTAINER= demon@FreeBSD.org
COMMENT= Compiles information about file transfers from logfiles
USE_GNOME= glib12
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xferstats ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xferstats.8 ${STAGEDIR}${MANPREFIX}/man/man8
${INSTALL_DATA} ${WRKSRC}/xferstats.cfg \
${STAGEDIR}${PREFIX}/etc/xferstats.cfg.sample
.include <bsd.port.mk>