mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
23 lines
483 B
Makefile
23 lines
483 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= 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>
|