freebsd-ports/lang/klogoturtle/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

24 lines
592 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= 5
CATEGORIES= lang kde
MASTER_SITES= http://klogoturtle.sourceforge.net/
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:
@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
${WRKSRC}/configure
.include <bsd.port.mk>