23 lines
366 B
Makefile
23 lines
366 B
Makefile
|
# New ports collection makefile for: xrefresh
|
||
|
# Date Created: 17 Feb 2006
|
||
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= xrefresh
|
||
|
PORTVERSION= 1.0.2
|
||
|
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>
|