2003-03-31 09:36:02 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2003/03/31 14:36:02 sturm Exp $
|
1998-11-15 19:15:18 -05:00
|
|
|
|
2001-04-08 13:06:05 -04:00
|
|
|
COMMENT= "X11 over a low bandwidth link"
|
2002-01-13 09:01:05 -05:00
|
|
|
VERSION= 3.8.1
|
2000-02-15 16:25:46 -05:00
|
|
|
DISTNAME= dxpc-${VERSION}
|
1999-10-29 08:05:31 -04:00
|
|
|
CATEGORIES= net x11
|
1998-11-15 19:15:18 -05:00
|
|
|
|
2000-10-09 20:40:20 -04:00
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
1998-11-15 19:15:18 -05:00
|
|
|
|
2000-10-09 20:40:20 -04:00
|
|
|
# BSD
|
2000-02-15 16:25:46 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 01:29:49 -05:00
|
|
|
|
2003-02-28 22:21:20 -05:00
|
|
|
MASTER_SITES= http://ftp.ecrc.de/pub/netsw/x11/extensions/dxpc/ \
|
|
|
|
http://www.netsw.org/x11/extensions/dxpc/
|
|
|
|
# domain is gone
|
|
|
|
# http://www.vigor.nu/dxpc/${VERSION}/
|
|
|
|
#HOMEPAGE= http://www.vigor.nu/dxpc/
|
1998-11-15 19:15:18 -05:00
|
|
|
|
2000-03-24 18:28:01 -05:00
|
|
|
LIB_DEPENDS= lzo::archivers/lzo
|
1998-11-15 19:15:18 -05:00
|
|
|
|
2003-03-31 09:36:02 -05:00
|
|
|
USE_X11= Yes
|
|
|
|
|
2000-10-09 20:40:20 -04:00
|
|
|
CONFIGURE_STYLE= gnu dest
|
2000-03-07 17:24:22 -05:00
|
|
|
CONFIGURE_ARGS+=--with-lzo-lib=${PREFIX}
|
1998-11-15 19:15:18 -05:00
|
|
|
|
2002-10-27 20:38:44 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
1998-11-15 19:15:18 -05:00
|
|
|
.include <bsd.port.mk>
|