pkgsrc/x11/dxpc/Makefile
mjl 14dfb96a81 Update to 3.8.1.
Minor maintainance release. Interesting changes include

	Added -b option to force backing store
	Changed license to BSD license.
	Performance optimizations
	Updated usage command, which was sorely out of date.
	Added -D option to specify display on server side
	Added proxy port to lock file name, making it possible to run multiple
	processes on the same unit on different proxy ports.
	Support for LZO bitmap image compression
	dxpc now accepts the new option -i[n] for image compression.
2001-10-22 01:05:40 +00:00

27 lines
612 B
Makefile

# $NetBSD: Makefile,v 1.14 2001/10/22 01:05:40 mjl Exp $
#
DISTNAME= dxpc-3.8.1
CATEGORIES= x11
MASTER_SITES= http://www.vigor.nu/dxpc/3.8.1/ \
${MASTER_SITE_XCONTRIB:=utilities/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.vigor.nu/dxpc/
COMMENT= Differential X Protocol Compressor
GNU_CONFIGURE= yes
USE_X11BASE= yes
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
DEPENDS+= egcs-1.1.2:../../lang/egcs
CONFIGURE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++
.endif
post-install:
@strip ${PREFIX}/bin/dxpc
.include "../../archivers/liblzo/buildlink.mk"
.include "../../mk/bsd.pkg.mk"