aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xdgagrab/Makefile
blob: e847e043a48a13c3523477f615a6136eb69f59c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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= taoka@FreeBSD.org

ALL_TARGET= xdgagrab
USE_X_PREFIX=   yes

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

.include <bsd.port.mk>