mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
23 lines
560 B
Makefile
23 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>
|