mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
34 lines
779 B
Makefile
34 lines
779 B
Makefile
# New ports collection makefile for: kile
|
|
# Date created: 21 Jun 2002
|
|
# Whom: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kile
|
|
PORTVERSION= 1.8.1
|
|
CATEGORIES= editors kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= markus@FreeBSD.org
|
|
COMMENT= A LaTeX source editor for KDE
|
|
|
|
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
|
|
|
CONFLICTS= kile-i18n-*
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
|
|
@${REINPLACE_CMD} -e 's| syntax||g' ${WRKSRC}/src/kile/Makefile.in
|
|
@${FIND} ${WRKSRC}/translations -name Makefile.in | ${XARGS} \
|
|
${REINPLACE_CMD} -e 's|LANG)/doc|LANG)/kile|g'
|
|
|
|
.include <bsd.port.mk>
|