mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
700a73d38b
- Remove WWW line PR: ports/67632 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
28 lines
598 B
Makefile
28 lines
598 B
Makefile
# New ports collection makefile for: ktextdecode
|
|
# Date created: 08.05.2003
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ktextdecode
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= converters kde
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= markus
|
|
|
|
MAINTAINER= markus@FreeBSD.org
|
|
COMMENT= The simple text conversion utility for KDE 3
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDELIBS_VER=3
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.mk>
|