diff options
author | rodent <rodent@pkgsrc.org> | 2013-05-27 10:51:01 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-05-27 10:51:01 +0000 |
commit | 53310dc4a98d2d211f08949723e83352c2953014 (patch) | |
tree | bad1ab36a9da07bb73d9288edb24ca2352fde621 | |
parent | 919fb7443dfa4db4c252be6972e22e6216aba6ca (diff) | |
download | pkgsrc-53310dc4a98d2d211f08949723e83352c2953014.tar.gz |
Import xclock-1.0.6 as time/xclock.
This package provides xclock, an analog / digital clock for X.
This is from the modular X.org X11 project.
-rw-r--r-- | time/xclock/DESCR | 3 | ||||
-rw-r--r-- | time/xclock/Makefile | 27 | ||||
-rw-r--r-- | time/xclock/PLIST | 5 | ||||
-rw-r--r-- | time/xclock/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/time/xclock/DESCR b/time/xclock/DESCR new file mode 100644 index 00000000000..931f36e0677 --- /dev/null +++ b/time/xclock/DESCR @@ -0,0 +1,3 @@ +This package provides xclock, an analog / digital clock for X. + +This is from the modular X.org X11 project. diff --git a/time/xclock/Makefile b/time/xclock/Makefile new file mode 100644 index 00000000000..8d6c61e6894 --- /dev/null +++ b/time/xclock/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2013/05/27 10:51:01 rodent Exp $ +# + +DISTNAME= xclock-1.0.6 +CATEGORIES= time x11 +MASTER_SITES= ${MASTER_SITE_XORG:=app/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Analog / digital clock for X + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +CONFIGURE_ENV+= APP_MAN_SUFFIX=1 +LDFLAGS+= ${BUILDLINK_LDADD.iconv} + +MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults + +.include "../../converters/libiconv/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/libXft/buildlink3.mk" +.include "../../x11/libXrender/buildlink3.mk" +.include "../../x11/libxkbfile/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/xclock/PLIST b/time/xclock/PLIST new file mode 100644 index 00000000000..952db05409b --- /dev/null +++ b/time/xclock/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2013/05/27 10:51:01 rodent Exp $ +bin/xclock +lib/X11/app-defaults/XClock +lib/X11/app-defaults/XClock-color +man/man1/xclock.1 diff --git a/time/xclock/distinfo b/time/xclock/distinfo new file mode 100644 index 00000000000..2f72917ceeb --- /dev/null +++ b/time/xclock/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/05/27 10:51:01 rodent Exp $ + +SHA1 (xclock-1.0.6.tar.bz2) = 993817c9e3cc2baaaebe52b29fa2ad26e58b124d +RMD160 (xclock-1.0.6.tar.bz2) = ebdba0264b66bee85a73d1ee41bc6f7f5ff3edd0 +Size (xclock-1.0.6.tar.bz2) = 156817 bytes |