aboutsummaryrefslogtreecommitdiffstats
path: root/lang/klogoturtle/Makefile
blob: f92569467fb71f8320d02ee1c3682df15d0eb54d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    klogoturtle
# Date created:                 2003-07-23
# Whom:                         Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   klogoturtle
PORTVERSION=    0.6
PORTREVISION=   10
CATEGORIES= lang kde
MASTER_SITES=   http://klogoturtle.sourceforge.net/

MAINTAINER= ports@FreeBSD.org
COMMENT=    LOGO Interpreter for the KDE Desktop

DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE=    2013-07-01

USE_KDELIBS_VER=3
USE_AUTOTOOLS=  libtool
LDFLAGS+=   ${PTHREAD_LIBS}

post-patch:
    @${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
        ${WRKSRC}/configure

.include <bsd.port.mk>