PORTNAME=	xforward
PORTVERSION=	1.0
PORTREVISION=	2
CATEGORIES=	x11
MASTER_SITES=	http://cschubert.com/distfiles/ \
		LOCAL/cy
DISTNAME=	${PORTNAME}

MAINTAINER=	cy@FreeBSD.org
COMMENT=	Provide user-level X forwarding service

LICENSE_FILE=	${WRKSRC}/NOTICE

LIB_DEPENDS=	libpng.so:graphics/png \
		libfontconfig.so:x11-fonts/fontconfig \
		libexpat.so:textproc/expat2 \
		libfreetype.so:print/freetype2

USES=		motif xorg
USE_XORG=	x11 xt xaw xmu xt xext sm ice xft xau xcb xdmcp xrender

MAKE_ARGS=	PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
NO_WRKSUBDIR=	yes
PLIST_FILES=	bin/xforward share/man/man1/xforward.1.gz

.include <bsd.port.mk>
