diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-18 17:40:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-18 17:40:39 +0000 |
commit | b6b33c519fb8a239fcc549f38cbcf493a6e05f75 (patch) | |
tree | 329fd584d9f986c402ab418cfdb5bc0a9cc19a95 /x11/dxpc | |
parent | 6e43b21b0553fa73bd487550aa792a333e4c7992 (diff) | |
download | ports-b6b33c519fb8a239fcc549f38cbcf493a6e05f75.tar.gz ports-b6b33c519fb8a239fcc549f38cbcf493a6e05f75.zip |
Notes
Diffstat (limited to 'x11/dxpc')
-rw-r--r-- | x11/dxpc/Makefile | 10 | ||||
-rw-r--r-- | x11/dxpc/distinfo | 2 | ||||
-rw-r--r-- | x11/dxpc/pkg-descr | 3 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index 5ede6efb6f27..2d2dbb8a33a6 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -1,22 +1,24 @@ # New ports collection makefile for: dxpc -# Version required: 3.7.0 +# Version required: 3.8.0 # Date created: 2 May 1998 # Whom: Bruce A. Mah <bmah@ca.sandia.gov> # # $FreeBSD$ # -DISTNAME= dxpc-3.7.0 +DISTNAME= dxpc-3.8.0 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= utilities +MASTER_SITES= http://www.vigor.nu/dxpc/3.8.0/ MAINTAINER= bmah@ca.sandia.gov +LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo + MAN1= dxpc.1 GNU_CONFIGURE= yes USE_X_PREFIX= yes +CONFIGURE_ARGS+= --with-lzo-lib=${LOCALBASE} post-install: strip ${PREFIX}/bin/dxpc diff --git a/x11/dxpc/distinfo b/x11/dxpc/distinfo index 63e7f9aa0fa2..6d77bfdf37e6 100644 --- a/x11/dxpc/distinfo +++ b/x11/dxpc/distinfo @@ -1 +1 @@ -MD5 (dxpc-3.7.0.tar.gz) = 9b9b6605e46bf1731d44e150049a019e +MD5 (dxpc-3.8.0.tar.gz) = ce5b121c824173b182daf6061175f5cd diff --git a/x11/dxpc/pkg-descr b/x11/dxpc/pkg-descr index 21ad4061fe2f..3a530a85b987 100644 --- a/x11/dxpc/pkg-descr +++ b/x11/dxpc/pkg-descr @@ -3,7 +3,8 @@ applications run over low-bandwidth links (such as dialup PPP connections). dxpc attempts to exploit patterns in X protocol messages to limit the amount of data actually sent over the network. -WWW: http://ccwf.cc.utexas.edu/~zvonler/dxpc/ +WWW: http://www.vigor.nu/dxpc/ + http://ccwf.cc.utexas.edu/~zvonler/dxpc/ Bruce A. Mah bmah@ca.sandia.gov |