diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:47:54 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 03:47:54 +0000 |
commit | 34e350e7eae44e996e6513b1ba486e965545e8ac (patch) | |
tree | 4e3062a8468934aaf1fb17e2a67827d1eed7005d /net/xferstats | |
parent | 51ec9126d42f3b55fa2dce2d3ade3b29a7dc4f31 (diff) | |
download | ports-34e350e7eae44e996e6513b1ba486e965545e8ac.tar.gz ports-34e350e7eae44e996e6513b1ba486e965545e8ac.zip |
Notes
Diffstat (limited to 'net/xferstats')
-rw-r--r-- | net/xferstats/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/xferstats/Makefile b/net/xferstats/Makefile index 396349791cab..1ecefd446da3 100644 --- a/net/xferstats/Makefile +++ b/net/xferstats/Makefile @@ -3,7 +3,7 @@ # Date created: 19 February 1999 # Whom: Dima Sivachenko # -# $Id: Makefile,v 1.2 1999/03/02 01:53:46 steve Exp $ +# $Id: Makefile,v 1.3 1999/03/08 16:57:45 foxfair Exp $ # DISTNAME= xferstats-2.14 @@ -14,14 +14,17 @@ MASTER_SITES= http://xferstats.off.net/download/xferstats-2.00/ \ MAINTAINER= dima@Chg.RU -LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib11 +LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config WRKSRC= ${WRKDIR}/xferstats GNU_CONFIGURE= yes +CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" + 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 |