blob: cbf4348f3094b472f62c3a1b914d361e8fa061a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $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"
|