freebsd-ports/converters/ktextdecode/Makefile

26 lines
614 B
Makefile
Raw Normal View History

# New ports collection makefile for: ktextdecode
# Date created: 08.05.2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
PORTNAME= ktextdecode
PORTVERSION= 3.0
PORTREVISION= 9
CATEGORIES= converters kde
MASTER_SITES= http://osmirrors.cerias.purdue.edu/pub/FreeBSD/ports/local-distfiles/markus/
2006-03-24 22:20:08 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= The simple text conversion utility for KDE 3
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool:22
USE_GMAKE= yes
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-06-06 15:26:34 +02:00
.include <bsd.port.mk>