blob: ac158e0741d1540738c2cf76086f8df4376c9f37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>
|