aboutsummaryrefslogtreecommitdiffstats
path: root/x11/dxpc/Makefile
blob: f1e9b9aadfd0cef977e666dd1a816bfe68eed2be (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
# New ports collection makefile for:    dxpc
# Date created:     2 May 1998
# Whom:         Bruce A. Mah <bmah@ca.sandia.gov>
#
# $FreeBSD$
#

PORTNAME=   dxpc
PORTVERSION=    3.8.0
CATEGORIES= x11
MASTER_SITES=   http://www.vigor.nu/dxpc/3.8.0/

MAINTAINER= ports@freebsd.org

PORTCOMMENT=    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>