mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
87c827671c
"Insert Special Character" dialog and when updating the Table Of Contents. PR: 49020 Submitted by: mi, Michael Nottebrock
42 lines
922 B
Makefile
42 lines
922 B
Makefile
# -*-mode: makefile-*-
|
|
# New ports collection makefile for: koffice
|
|
# Date created: Sun May 14 2000 16:33:15
|
|
# Whom: Will Andrews <will@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= koffice
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= editors kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTNAME}-${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE/koffice
|
|
|
|
PATCH_SITES= http://www.koffice.org/bugfixes/
|
|
PATCHFILES= 1.2.1_kword_crashes.diff
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Office Suite for KDE3
|
|
|
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
|
|
art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2
|
|
|
|
USE_KDELIBS_VER= 3
|
|
PREFIX= ${KDE_PREFIX}
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_PYTHON= yes
|
|
GNU_CONFIGURE= yes
|
|
PATCH_WRKSRC= ${WRKSRC}/kword
|
|
|
|
INSTALLS_SHLIB= yes
|
|
LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
|
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
|
|
|
.include <bsd.port.mk>
|