aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xdgagrab/Makefile
blob: 31eeb15696559df12e27592901a487205efdbc87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    xdgagrab
# Date created:     99/01/18
# Whom:         Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#

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

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

ALL_TARGET= xdgagrab
PLIST_FILES=    bin/xdgagrab
USE_X_PREFIX=   yes

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

.include <bsd.port.mk>