mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
b53889dd48
A LaTeX source editor for KDE PR: 39667 Submitted by: Stefan Jahn <stefan.jahn@nemesis-sektor.de>
22 lines
405 B
Makefile
22 lines
405 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.0
|
|
CATEGORIES= editors kde
|
|
MASTER_SITES= http://xm1.net.free.fr/kile/
|
|
|
|
MAINTAINER= stefan.jahn@nemesis-sektor.de
|
|
|
|
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
|
|
|
USE_KDELIBS_VER=3
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|