freebsd-ports/x11/dxpc/Makefile

29 lines
583 B
Makefile
Raw Normal View History

# New ports collection makefile for: dxpc
# Date created: 2 May 1998
# Whom: Bruce A. Mah <bmah@ca.sandia.gov>
#
1999-08-31 04:51:23 +02:00
# $FreeBSD$
#
2000-04-13 21:19:05 +02:00
PORTNAME= dxpc
PORTVERSION= 3.8.2
CATEGORIES= x11
MASTER_SITES= http://www.vigor.nu/dxpc/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= Compressing X protocol proxy designed to support X11 over slow links
LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
MAN1= dxpc.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/dxpc
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
CONFIGURE_ARGS+= --with-lzo-lib=${LOCALBASE}
post-install:
${STRIP_CMD} ${PREFIX}/bin/dxpc
.include <bsd.port.mk>