summaryrefslogtreecommitdiffstats
path: root/x11/xrefresh/Makefile
blob: 84d40e233e33454847d6a53aa9568e51d085b280 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    xrefresh
# Date Created:             17 Feb 2006
# Whom:                 Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD: ports/x11/xrefresh/Makefile,v 1.1 2007/05/19 20:28:11 flz Exp $
#

PORTNAME=   xrefresh
PORTVERSION=    1.0.3
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    Refresh all or part of an X screen

XORG_CAT=   app
USE_XORG=   x11

PLIST_FILES=    bin/xrefresh

MAN1=       xrefresh.1

.include <bsd.port.mk>