diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-10 13:46:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-10 13:46:51 +0000 |
commit | 37a4effc2d2cd8e1309ae9ee20799e7bbda4676c (patch) | |
tree | bc348162cc6cc94a82c23b8665179ceb477d7b08 /x11/xeyes | |
parent | 285fe5b1e4e250b930bdf0aa11bd952200c2dcb9 (diff) | |
download | pkgsrc-37a4effc2d2cd8e1309ae9ee20799e7bbda4676c.tar.gz |
Import xeyes-1.0.1.
The xeyes program is a simple demo of how to follow the mouse cursor.
This is from the modular X.org X11 project.
Diffstat (limited to 'x11/xeyes')
-rw-r--r-- | x11/xeyes/DESCR | 3 | ||||
-rw-r--r-- | x11/xeyes/Makefile | 23 | ||||
-rw-r--r-- | x11/xeyes/PLIST | 3 | ||||
-rw-r--r-- | x11/xeyes/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/x11/xeyes/DESCR b/x11/xeyes/DESCR new file mode 100644 index 00000000000..1a6f7639d36 --- /dev/null +++ b/x11/xeyes/DESCR @@ -0,0 +1,3 @@ +The xeyes program is a simple demo of how to follow the mouse cursor. + +This is from the modular X.org X11 project. diff --git a/x11/xeyes/Makefile b/x11/xeyes/Makefile new file mode 100644 index 00000000000..d252a5e844a --- /dev/null +++ b/x11/xeyes/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:46:51 joerg Exp $ +# + +DISTNAME= xeyes-1.0.1 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/releases/individual/app/ +COMMENT= Follow the mouse demo + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xeyes/PLIST b/x11/xeyes/PLIST new file mode 100644 index 00000000000..95ebdb046e5 --- /dev/null +++ b/x11/xeyes/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/10 13:46:51 joerg Exp $ +bin/xeyes +man/man1/xeyes.1 diff --git a/x11/xeyes/distinfo b/x11/xeyes/distinfo new file mode 100644 index 00000000000..92f83b741f1 --- /dev/null +++ b/x11/xeyes/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/10 13:46:51 joerg Exp $ + +SHA1 (xeyes-1.0.1.tar.bz2) = 49dea108cb2a825e5dfd517d34dd2a4d1608ccbc +RMD160 (xeyes-1.0.1.tar.bz2) = 81914b36fcd2e25158839acbc35a6425b5c873f9 +Size (xeyes-1.0.1.tar.bz2) = 81097 bytes |