1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/lang/klogoturtle/Makefile

26 lines
609 B
Makefile

# New ports collection makefile for: klogoturtle
# Date created: 2003-07-23
# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= klogoturtle
PORTVERSION= 0.6
PORTREVISION= 3
CATEGORIES= lang kde
MASTER_SITES= http://klogoturtle.sourceforge.net/
MAINTAINER= markus@FreeBSD.org
COMMENT= LOGO Interpreter for the KDE Desktop
USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
${WRKSRC}/configure
.include <bsd.port.mk>