# New ports collection makefile for: koffice # Date created: Sun May 14 2000 16:33:15 # Whom: Will Andrews # # $FreeBSD$ # PORTNAME= koffice PORTVERSION= 1.1.1 PORTEPOCH= 1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}-kde3/src DISTNAME= ${PORTNAME}-${PORTVERSION}-kde3 DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ automake:${PORTSDIR}/devel/automake LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv _NO_KDE_PATCHUP=yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} 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