2003-07-23 12:12:58 +02:00
|
|
|
# New ports collection makefile for: klogoturtle
|
|
|
|
# Date created: 2003-07-23
|
|
|
|
# Whom: Tilman Linneweh <arved@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= klogoturtle
|
2004-01-05 23:24:26 +01:00
|
|
|
PORTVERSION= 0.6
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 4
|
2003-07-23 12:12:58 +02:00
|
|
|
CATEGORIES= lang kde
|
|
|
|
MASTER_SITES= http://klogoturtle.sourceforge.net/
|
|
|
|
|
2006-03-24 22:20:08 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-07-23 12:12:58 +02:00
|
|
|
COMMENT= LOGO Interpreter for the KDE Desktop
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
|
2003-07-23 12:12:58 +02:00
|
|
|
|
2003-11-06 13:32:35 +01:00
|
|
|
post-patch:
|
2004-06-06 13:46:15 +02:00
|
|
|
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
|
|
|
|
${WRKSRC}/configure
|
2003-11-06 13:32:35 +01:00
|
|
|
|
2004-06-06 13:46:15 +02:00
|
|
|
.include <bsd.port.mk>
|