freebsd-ports/lang/klogoturtle/Makefile

25 lines
592 B
Makefile
Raw Normal View History

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