mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
d9ed90620d
We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket)
24 lines
509 B
Makefile
24 lines
509 B
Makefile
# 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>
|