2e4a451d40
* Improved pidfile handling code contributed by Jay Berkenbilt. Changes 3.9.1: * Fix assertion failure on 64-bit architectures using LZO 2.0+. * Clean up harmless compiler warnings in ClientMultiplexer and ServerMultiplexer. Changes 3.9.0: * Re-implemented EncodeBuffer/DecodeBuffer to use considerably less CPU and very slightly improve compression. * Builds with LZO 2.0 release. * Compiles under the Mingw environment to create native Win32 binaries. * Added dxpcssh sample script courtesy of Wicher Minnaard. * Added dxpc.spec file contributed by Daniel Mealha Cabrita. * Fixed some small memory leaks and potential buffer overruns. * Indented all sources.
24 lines
630 B
Makefile
24 lines
630 B
Makefile
# $NetBSD: Makefile,v 1.30 2011/03/18 10:50:46 adam Exp $
|
|
|
|
DISTNAME= dxpc-3.9.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.vigor.nu/dxpc/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.vigor.nu/dxpc/
|
|
COMMENT= Differential X Protocol Compressor
|
|
LICENSE= 2-clause-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_MAKE_FLAGS+= bindir=${DESTDIR}${PREFIX}/bin
|
|
INSTALL_MAKE_FLAGS+= man1dir=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../archivers/lzo/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|