diff options
author | dsainty <dsainty@pkgsrc.org> | 2007-02-25 05:54:47 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2007-02-25 05:54:47 +0000 |
commit | 754dbe13876ab69f96d0fd54cd845e66b0a0399f (patch) | |
tree | 0da5094f82064807aeedf42ae0b77b9a70d58f73 /x11/xclock/Makefile | |
parent | 78ccffd8a8a64de9048193dbe2db4d78fbfccdf1 (diff) | |
download | pkgsrc-754dbe13876ab69f96d0fd54cd845e66b0a0399f.tar.gz |
This package provides xclock, an analog / digital clock for X.
This is from the modular X.org X11 project.
Diffstat (limited to 'x11/xclock/Makefile')
-rw-r--r-- | x11/xclock/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/xclock/Makefile b/x11/xclock/Makefile new file mode 100644 index 00000000000..ba1bc485548 --- /dev/null +++ b/x11/xclock/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/02/25 05:54:47 dsainty Exp $ +# + +DISTNAME= xclock-1.0.2 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= dsainty@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/releases/individual/app/ +COMMENT= Analog / digital clock for X + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.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" |