25 lines
528 B
Makefile
25 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.13 2001/02/17 17:06:17 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= dxpc-3.7.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${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 "../../mk/bsd.pkg.mk"
|