summaryrefslogtreecommitdiff
path: root/editors/calligra/Makefile
blob: de370726d4eb20c28c330ea0e80dbe60f04916cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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.rc1
PORTEPOCH=	1
CATEGORIES=	editors kde
MASTER_SITES=	${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR=	unstable/${PORTNAME}-${PORTVERSION:S/.rc1/-rc1/g}/src
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.rc1/-rc1/g}
DIST_SUBDIR=	KDE

MAINTAINER=	kde@FreeBSD.org

BUILD_DEPENDS=	autoconf:${PORTSDIR}/devel/autoconf \
		automake:${PORTSDIR}/devel/automake
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv \
		art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2

_NO_KDE_PATCHUP=yes
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.rc1/-rc1/g}
USE_KDELIBS_VER=3
GNU_CONFIGURE=	yes
USE_PYTHON=	yes
USE_BZIP2=	yes
INSTALLS_SHLIB=	yes
USE_GMAKE=	yes

.include "${.CURDIR}/../../x11/kde3/Makefile.kde"

pre-configure:
	cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs

.include <bsd.port.mk>