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 | c56b103ca4d6b8298531e1671985ea5276454e1e (patch) | |
tree | 100f6b47dfdffd8fe3287c28e17cc90084f7e37f /x11/ico/Makefile | |
parent | 64cd0f334116c458473b3f77e2887bddfd1c4101 (diff) | |
download | pkgsrc-c56b103ca4d6b8298531e1671985ea5276454e1e.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/Makefile')
-rw-r--r-- | x11/ico/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
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" |