1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/xdgagrab/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

25 lines
525 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
PORTREVISION= 1
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>