openbsd-ports/net/dxpc/Makefile
espie 73bb534787 Update dxpc to 3.8.0.
This is needed for inter-operability with other systems, as 3.7.0 and
3.8.0 don't talk together.

Also, 3.8.0 fixes some important bugs, and it compresses bitmaps, which
means it can be used in various situations where it was completely useless
before.
1999-11-14 21:49:14 +00:00

20 lines
390 B
Makefile

# $OpenBSD: Makefile,v 1.6 1999/11/14 21:49:14 espie Exp $
DISTNAME= dxpc-3.8.0
CATEGORIES= net x11
MAINTAINER= espie@openbsd.org
MASTER_SITES= ftp://ftp.x.org/contrib/utilities/ \
ftp://sunsite.unc.edu/pub/Linux/X11/xutils/
LIB_DEPENDS=lzo:${PORTSDIR}/archivers/lzo
CXXFLAGS= -O2
NEED_VERSION=1.47
GNU_CONFIGURE=yes
CONFIGURE_ARGS=--with-lzo-lib=${PREFIX}
.include <bsd.port.mk>