# New ports collection makefile for:	dxpc
# Date created:		2 May 1998
# Whom:			Bruce A. Mah <bmah@ca.sandia.gov>
#
# $FreeBSD: ports/x11/dxpc/Makefile,v 1.13 2003/02/20 19:17:00 knu Exp $
#

PORTNAME=	dxpc
PORTVERSION=	3.8.2
CATEGORIES=	x11
MASTER_SITES=	http://www.vigor.nu/dxpc/${PORTVERSION}/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Compressing X protocol proxy designed to support X11 over slow links

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

.include <bsd.port.mk>
