diff options
Diffstat (limited to 'x11/xclock')
-rw-r--r-- | x11/xclock/Makefile | 20 | ||||
-rw-r--r-- | x11/xclock/distinfo | 3 | ||||
-rw-r--r-- | x11/xclock/pkg-descr | 5 | ||||
-rw-r--r-- | x11/xclock/pkg-plist | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/x11/xclock/Makefile b/x11/xclock/Makefile new file mode 100644 index 000000000000..23bfdc02bb29 --- /dev/null +++ b/x11/xclock/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xclock +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xclock +PORTVERSION= 1.0.2 +CATEGORIES= x11 + +MAINTAINER= x11@FreeBSD.org +COMMENT= Analog and digital clock for X + +XORG_CAT= app +USE_XORG= xrender xft xkbfile xt xaw + +MAN1= xclock.1 + +.include <bsd.port.mk> diff --git a/x11/xclock/distinfo b/x11/xclock/distinfo new file mode 100644 index 000000000000..e30567695300 --- /dev/null +++ b/x11/xclock/distinfo @@ -0,0 +1,3 @@ +MD5 (xorg/app/xclock-1.0.2.tar.bz2) = 6b930326f71993fb54b7203902b387cd +SHA256 (xorg/app/xclock-1.0.2.tar.bz2) = ced648762382eab09e0ccb87371cb745646ede08ffcb068faa6025d20c4d1f3d +SIZE (xorg/app/xclock-1.0.2.tar.bz2) = 104335 diff --git a/x11/xclock/pkg-descr b/x11/xclock/pkg-descr new file mode 100644 index 000000000000..c8261821a87a --- /dev/null +++ b/x11/xclock/pkg-descr @@ -0,0 +1,5 @@ +This package contains xclock, a program for the X Window System that display +the time in analog or digital form. + +- Joel Dahl +joel@FreeBSD.org diff --git a/x11/xclock/pkg-plist b/x11/xclock/pkg-plist new file mode 100644 index 000000000000..23774c3db023 --- /dev/null +++ b/x11/xclock/pkg-plist @@ -0,0 +1,4 @@ +bin/xclock +share/X11/app-defaults/XClock-color +share/X11/app-defaults/XClock +@dirrmtry share/X11/app-defaults |