diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-10 13:46:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-10 13:46:34 +0000 |
commit | 5eae532fa06cd815921de21f694eb7b29f9a6b54 (patch) | |
tree | 100f6b47dfdffd8fe3287c28e17cc90084f7e37f /x11/ico | |
parent | 57a1f6c40875c0e054fbd0923429355be90d2e84 (diff) | |
download | pkgsrc-5eae532fa06cd815921de21f694eb7b29f9a6b54.tar.gz |
Import ico-1.0.1.
This package provides ico, a program to display an animated icosahedron
or other polhedrons.
This is from the modular X.org X11 project.
Diffstat (limited to 'x11/ico')
-rw-r--r-- | x11/ico/DESCR | 4 | ||||
-rw-r--r-- | x11/ico/Makefile | 22 | ||||
-rw-r--r-- | x11/ico/PLIST | 3 | ||||
-rw-r--r-- | x11/ico/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/x11/ico/DESCR b/x11/ico/DESCR new file mode 100644 index 00000000000..10ea1f46d34 --- /dev/null +++ b/x11/ico/DESCR @@ -0,0 +1,4 @@ +This package provides ico, a program to display an animated icosahedron +or other polhedrons. + +This is from the modular X.org X11 project. diff --git a/x11/ico/Makefile b/x11/ico/Makefile new file mode 100644 index 00000000000..2be3d11cd8b --- /dev/null +++ b/x11/ico/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:46:34 joerg Exp $ +# + +DISTNAME= ico-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/ +COMMENT= Animate icosahedron or other polyhedrons + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +PTHREAD_AUTO_VARS= yes + +.include "../../x11/libX11/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/ico/PLIST b/x11/ico/PLIST new file mode 100644 index 00000000000..0d6ca97d1cd --- /dev/null +++ b/x11/ico/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/10 13:46:34 joerg Exp $ +bin/ico +man/man1/ico.1 diff --git a/x11/ico/distinfo b/x11/ico/distinfo new file mode 100644 index 00000000000..6ba0d8b2c07 --- /dev/null +++ b/x11/ico/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/04/10 13:46:34 joerg Exp $ + +SHA1 (ico-1.0.1.tar.bz2) = f50f113e0f4cbf75ab3a3cfed05fc869386fbe08 +RMD160 (ico-1.0.1.tar.bz2) = 75b929b602e99b4e3658fd5a06a9acd0e18fb4c0 +Size (ico-1.0.1.tar.bz2) = 85723 bytes |