# New ports collection makefile for:	xdgagrab
# Date created:		99/01/18
# Whom:			Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD: ports/graphics/xdgagrab/Makefile,v 1.4 2003/03/07 06:04:14 ade Exp $
#

PORTNAME=	xdgagrab
PORTVERSION=	0.3
CATEGORIES=	graphics
MASTER_SITES=	http://www.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/ports/

MAINTAINER=	taoka@FreeBSD.org
COMMENT=	Capture an X server screen with a mouse pointer

ALL_TARGET=	xdgagrab
USE_X_PREFIX=	yes

do-install:
		${INSTALL_PROGRAM} ${WRKSRC}/xdgagrab ${PREFIX}/bin

.include <bsd.port.mk>
