1998-05-17 08:27:46 +02:00
|
|
|
# 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$
|
1998-05-17 08:27:46 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= dxpc
|
2002-11-24 22:32:38 +01:00
|
|
|
PORTVERSION= 3.8.2
|
1998-05-17 08:27:46 +02:00
|
|
|
CATEGORIES= x11
|
2002-11-24 22:32:38 +01:00
|
|
|
MASTER_SITES= http://www.vigor.nu/dxpc/${PORTVERSION}/
|
1998-05-17 08:27:46 +02:00
|
|
|
|
2002-11-24 22:32:38 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Compressing X protocol proxy designed to support X11 over slow links
|
1998-05-17 08:27:46 +02:00
|
|
|
|
1999-09-18 19:40:39 +02:00
|
|
|
LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
|
|
|
|
|
1998-05-17 08:27:46 +02:00
|
|
|
MAN1= dxpc.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/dxpc
|
1998-05-17 08:27:46 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1998-08-05 11:31:52 +02:00
|
|
|
USE_X_PREFIX= yes
|
1999-09-18 19:40:39 +02:00
|
|
|
CONFIGURE_ARGS+= --with-lzo-lib=${LOCALBASE}
|
1998-05-17 08:27:46 +02:00
|
|
|
|
|
|
|
post-install:
|
2003-09-24 11:37:11 +02:00
|
|
|
${STRIP_CMD} ${PREFIX}/bin/dxpc
|
1998-05-17 08:27:46 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|