openbsd-ports/editors/kile/Makefile
steven 65f33d3ee1 import kile 1.9
Kile is an integrated LaTeX environment for the KDE desktop.
Kile gives you the ability to use all the functionalities of LaTeX in
a graphical interface, giving you easy, immediate, and customized
access to all programs for LaTeX compiling, postprocessing, debugging,
conversion and viewing tools; you also get very handy wizards, a LaTeX
reference, interfaces with GnuPlot and XFig, and project management.

submitted by David Love <david@dcs.shef.ac.uk>
2006-05-20 20:24:47 +00:00

51 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/05/20 20:24:47 steven Exp $
COMMENT= "integrated LaTeX environment for KDE"
DISTNAME= kile-1.9
CATEGORIES= editors x11/kde
HOMEPAGE= http://kile.sourceforge.net/
MAINTAINER= David Love <david@dcs.shef.ac.uk>
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kile/}
EXTRACT_SUFX= .tar.bz2
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xrender ICE SM c m pthread stdc++ util z \
art_lgpl_2 jpeg pcre pcreposix png
LIB_DEPENDS= DCOP,kabc,katepartinterfaces.1,kdecore.4,kdefx,kdeprint,kdesu,kdeui,khtml,kio,kjs,kparts,kresources,kspell.7,ktexteditor.1,kutils,kwalletclient,vcard::x11/kde/libs3
RUN_DEPENDS= kdvi,kpdf::x11/kde/graphics3 \
latex::print/teTeX/base
MODULES= x11/kde devel/gettext
MAKE_ENV= KDEDIR="${LOCALBASE}"
MAKE_FLAGS= ${MODKDE_MAKE_FLAGS}
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=autoconf
AUTOCONF_VERSION=2.59
MODGNU_CONFIG_GUESS_DIRS=${MODKDE_CONFIG_GUESS_DIRS}
CONFIGURE_ARGS+=${MODKDE_CONFIGURE_ARGS}
CONFIGURE_ENV= ${MODKDE_CONFIGURE_ENV} \
LDADD="-pthread -lm"
pre-configure:
@perl -pi -e 's,!!LOCALBASE!!,${LOCALBASE},g' \
${WRKSRC}/src/kile/kile.kcfg
.include <bsd.port.mk>