openbsd-ports/net/dxpc/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

34 lines
642 B
Makefile

# $OpenBSD: Makefile,v 1.25 2010/07/12 22:07:38 sthen Exp $
COMMENT= X11 over a low bandwidth link
VERSION= 3.8.2
DISTNAME= dxpc-${VERSION}
REVISION= 0
CATEGORIES= net x11
MAINTAINER= Marc Espie <espie@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m stdc++
FAKE=lib
MASTER_SITES= http://www.vigor.nu/dxpc/${VERSION}/
HOMEPAGE= http://www.vigor.nu/dxpc/
LIB_DEPENDS= lzo::archivers/lzo
USE_X11= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+=--with-lzo-lib=${DEPBASE}
MAKE_FLAGS+=LDFLAGS=-L${DEPBASE}/lib
NO_REGRESS= Yes
.include <bsd.port.mk>