summaryrefslogtreecommitdiff
path: root/x11/dxpc/Makefile
blob: 4c40728868d55277d0d8637ba06385b1bfa3bfc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:	dxpc
# Date created:		2 May 1998
# Whom:			Bruce A. Mah <bmah@ca.sandia.gov>
#
# $FreeBSD$
#

PORTNAME=	dxpc
PORTVERSION=	3.9.2
CATEGORIES=	x11
MASTER_SITES=	http://www.vigor.nu/dxpc/
EXTRACT_SUFX=	.tgz

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

LIB_DEPENDS=	lzo2.2:${PORTSDIR}/archivers/lzo2

LICENSE=	BSD

USE_XORG=	x11
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-lzo-lib=${LOCALBASE}

MAN1=		dxpc.1
PLIST_FILES=	bin/dxpc

post-patch:
	@${REINPLACE_CMD} -e \
		'/bindir/s|(INSTALL)|(INSTALL_PROGRAM)|g' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>