diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-23 10:12:58 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-23 10:12:58 +0000 |
commit | 6d399d8e2b9e6133085cc75e45fea4f4289b269c (patch) | |
tree | cc1f686e01256849dab0bbc7c358b6113fd75664 /lang | |
parent | 6889f379e3f45c5198d729397fc2cd2d60c90742 (diff) | |
download | ports-6d399d8e2b9e6133085cc75e45fea4f4289b269c.tar.gz ports-6d399d8e2b9e6133085cc75e45fea4f4289b269c.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/klogoturtle/Makefile | 20 | ||||
-rw-r--r-- | lang/klogoturtle/distinfo | 1 | ||||
-rw-r--r-- | lang/klogoturtle/pkg-descr | 7 | ||||
-rw-r--r-- | lang/klogoturtle/pkg-plist | 10 |
5 files changed, 39 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 4693576c291d..27e93057be8c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -97,6 +97,7 @@ SUBDIR += jruby SUBDIR += jython SUBDIR += kawa + SUBDIR += klogoturtle SUBDIR += klone SUBDIR += lafontaine SUBDIR += librep diff --git a/lang/klogoturtle/Makefile b/lang/klogoturtle/Makefile new file mode 100644 index 000000000000..ac158e0741d1 --- /dev/null +++ b/lang/klogoturtle/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: klogoturtle +# Date created: 2003-07-23 +# Whom: Tilman Linneweh <arved@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= klogoturtle +PORTVERSION= 0.2 +CATEGORIES= lang kde +MASTER_SITES= http://klogoturtle.sourceforge.net/ + +MAINTAINER= arved@FreeBSD.org +COMMENT= LOGO Interpreter for the KDE Desktop + +USE_KDELIBS_VER= 3 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/lang/klogoturtle/distinfo b/lang/klogoturtle/distinfo new file mode 100644 index 000000000000..c57e8a38df9d --- /dev/null +++ b/lang/klogoturtle/distinfo @@ -0,0 +1 @@ +MD5 (klogoturtle-0.2.tar.gz) = ab7922b2b356a68df3fe63e633715e17 diff --git a/lang/klogoturtle/pkg-descr b/lang/klogoturtle/pkg-descr new file mode 100644 index 000000000000..c4e27964f839 --- /dev/null +++ b/lang/klogoturtle/pkg-descr @@ -0,0 +1,7 @@ +KLogo-Turtle is an interpreter of the LOGO language for KDE. + +It is a useful tool for teaching geometry and the basics +of computer programming. + +WWW: http://klogoturtle.sourceforge.net/ +Author: Euclides Chuma <euclideschuma@yahoo.com.br> diff --git a/lang/klogoturtle/pkg-plist b/lang/klogoturtle/pkg-plist new file mode 100644 index 000000000000..0f6e1687f75f --- /dev/null +++ b/lang/klogoturtle/pkg-plist @@ -0,0 +1,10 @@ +bin/klogoturtle +share/applnk/Utilities/klogoturtle.desktop +share/apps/klogoturtle/klogoturtleui.rc +share/icons/locolor/16x16/apps/klogoturtle.png +share/icons/locolor/32x32/apps/klogoturtle.png +share/locale/pt_BR/LC_MESSAGES/klogoturtle.mo +share/doc/HTML/en/klogoturtle/index.docbook +share/doc/HTML/en/klogoturtle/common +@dirrm share/doc/HTML/en/klogoturtle +@dirrm share/apps/klogoturtle/ |