diff options
author | agc <agc@pkgsrc.org> | 2007-06-02 08:27:43 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2007-06-02 08:27:43 +0000 |
commit | 226d751a0ac09bc8c75da10d8d47d240ebca9c26 (patch) | |
tree | 553b7a711d8c8dc9bd767d9d428072574ec89b30 /x11/nucleo/Makefile | |
parent | 6793f1e87c32d93309c589f54c07de1d74318ebc (diff) | |
download | pkgsrc-226d751a0ac09bc8c75da10d8d47d240ebca9c26.tar.gz |
Initial import of nucleo-0.6 into the Packages Collection.
NĂșcleo, an X11-based GUI toolkit for exploring new uses of
video and new human-computer interaction techniques.
Diffstat (limited to 'x11/nucleo/Makefile')
-rw-r--r-- | x11/nucleo/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/nucleo/Makefile b/x11/nucleo/Makefile new file mode 100644 index 00000000000..4663c7ea2d9 --- /dev/null +++ b/x11/nucleo/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/06/02 08:27:43 agc Exp $ +# + +DISTNAME= nucleo-0.6 +CATEGORIES= x11 +MASTER_SITES= http://insitu.lri.fr/metisse/download/0.4.0-rc4/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://insitu.lri.fr/metisse/ +COMMENT= Toolkit to explore new uses of video and HCI techniques + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES+= c c++ +USE_LIBTOOL= yes + +.include "../../graphics/freetype2/buildlink3.mk" +.include "../../graphics/glu/buildlink3.mk" +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/libexif/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../multimedia/ffmpeg/buildlink3.mk" +.include "../../net/mDNSResponder/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" |