diff options
Diffstat (limited to 'x11/xrefresh/Makefile')
-rw-r--r-- | x11/xrefresh/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/xrefresh/Makefile b/x11/xrefresh/Makefile new file mode 100644 index 000000000000..2214a510b18c --- /dev/null +++ b/x11/xrefresh/Makefile @@ -0,0 +1,22 @@ +# 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> |