pkgsrc-wip/lingoteach-ui/Makefile

21 lines
538 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2006/05/19 16:51:25 ykomatsu Exp $
Initial import of lingoteach packages. They work, and from a pkgsrc point of view pretty complete, but not what I expected/wanted. If someone else wants to work on them or import them, feel free. DESCR from lingoteach-ui: LingoTeach is a language teaching program. It allows you to learn languages by seeing translations next to each other, and by listening to people talking the native languages. At the moment LingoTeach supports 16 languages, consisting of various lessons. LingoTeach's core consists of two parts: An intuitive to use user interface and the core library, LibLingoTeach. Those both were made in the hope that they will be useful for people learning foreign languages or creating own language teaching applications. The LingoTeach language teaching application currently has the following features: * Multiple lesson support. Use and learn from several different lessons at the same time * Multilanguage supprt. You can learn more than one language at the same time. * Search and browse as well as editing features. Fit existing lessons to your needs, search lessons for specific keywords, languages, etc. * Sound support. Listen to native speakers, create own sound snippets and add them easily to your lessons or share them with other people. * Plugin supprt. Write own extensions and plugins for LingoTeach. All components, which are shipped with those both packages are free software, licensed under the GNU GPL. It can be possible, that components (e.g. a plugin) have a different license than the GPL, but the components you can download here are proven to be free.
2004-12-26 19:03:24 +01:00
#
DISTNAME= lingoteach-ui-0.3.9a
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lingoteach/}
MAINTAINER= pkgsrc-users@NetBSD.org
Initial import of lingoteach packages. They work, and from a pkgsrc point of view pretty complete, but not what I expected/wanted. If someone else wants to work on them or import them, feel free. DESCR from lingoteach-ui: LingoTeach is a language teaching program. It allows you to learn languages by seeing translations next to each other, and by listening to people talking the native languages. At the moment LingoTeach supports 16 languages, consisting of various lessons. LingoTeach's core consists of two parts: An intuitive to use user interface and the core library, LibLingoTeach. Those both were made in the hope that they will be useful for people learning foreign languages or creating own language teaching applications. The LingoTeach language teaching application currently has the following features: * Multiple lesson support. Use and learn from several different lessons at the same time * Multilanguage supprt. You can learn more than one language at the same time. * Search and browse as well as editing features. Fit existing lessons to your needs, search lessons for specific keywords, languages, etc. * Sound support. Listen to native speakers, create own sound snippets and add them easily to your lessons or share them with other people. * Plugin supprt. Write own extensions and plugins for LingoTeach. All components, which are shipped with those both packages are free software, licensed under the GNU GPL. It can be possible, that components (e.g. a plugin) have a different license than the GPL, but the components you can download here are proven to be free.
2004-12-26 19:03:24 +01:00
HOMEPAGE= http://lingoteach.sourceforge.net/
COMMENT= Language teaching program
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
Initial import of lingoteach packages. They work, and from a pkgsrc point of view pretty complete, but not what I expected/wanted. If someone else wants to work on them or import them, feel free. DESCR from lingoteach-ui: LingoTeach is a language teaching program. It allows you to learn languages by seeing translations next to each other, and by listening to people talking the native languages. At the moment LingoTeach supports 16 languages, consisting of various lessons. LingoTeach's core consists of two parts: An intuitive to use user interface and the core library, LibLingoTeach. Those both were made in the hope that they will be useful for people learning foreign languages or creating own language teaching applications. The LingoTeach language teaching application currently has the following features: * Multiple lesson support. Use and learn from several different lessons at the same time * Multilanguage supprt. You can learn more than one language at the same time. * Search and browse as well as editing features. Fit existing lessons to your needs, search lessons for specific keywords, languages, etc. * Sound support. Listen to native speakers, create own sound snippets and add them easily to your lessons or share them with other people. * Plugin supprt. Write own extensions and plugins for LingoTeach. All components, which are shipped with those both packages are free software, licensed under the GNU GPL. It can be possible, that components (e.g. a plugin) have a different license than the GPL, but the components you can download here are proven to be free.
2004-12-26 19:03:24 +01:00
.include "../../devel/glib2/buildlink3.mk"
.include "../../wip/liblingoteach/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"