2003-05-12 18:24:45 +02:00
|
|
|
# New ports collection makefile for: ktextdecode
|
|
|
|
# Date created: 08.05.2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ktextdecode
|
|
|
|
PORTVERSION= 3.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 9
|
2003-05-12 18:24:45 +02:00
|
|
|
CATEGORIES= converters kde
|
2006-11-06 00:40:02 +01:00
|
|
|
MASTER_SITES= http://osmirrors.cerias.purdue.edu/pub/FreeBSD/ports/local-distfiles/markus/
|
2003-05-12 18:24:45 +02:00
|
|
|
|
2006-03-24 22:20:08 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-05-12 18:24:45 +02:00
|
|
|
COMMENT= The simple text conversion utility for KDE 3
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDELIBS_VER=3
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2003-05-12 18:24:45 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2004-01-18 16:29:22 +01:00
|
|
|
post-patch:
|
2004-06-06 15:26:34 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
|
|
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
2004-01-18 16:29:22 +01:00
|
|
|
|
2004-06-06 15:26:34 +02:00
|
|
|
.include <bsd.port.mk>
|