diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-17 09:23:32 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-17 09:23:32 +0000 |
commit | 01bb1645ab8ebf057809e1a498598949c963c0e0 (patch) | |
tree | f341a320216b7335a91d9260744cad567cf4225b /editors/koffice-kde3/Makefile | |
parent | 3b539acd63ea325605859ffc60ea33ba018bc382 (diff) |
Add KOFFICE 1.90 (aka KDE2 beta) to our ports tree. Let the people
rejoice with a REAL office productivity suite!
Notes
Notes:
svn path=/head/; revision=28511
Diffstat (limited to 'editors/koffice-kde3/Makefile')
-rw-r--r-- | editors/koffice-kde3/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile new file mode 100644 index 000000000000..48ca017e3bf4 --- /dev/null +++ b/editors/koffice-kde3/Makefile @@ -0,0 +1,28 @@ +# 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.90 +CATEGORIES= editors kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= unstable/distribution/tar/src + +MAINTAINER= will@FreeBSD.org + +LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 + +MOC?= ${X11BASE}/bin/moc2 +USE_BZIP2= yes +USE_QT2= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ + --with-qt-includes=${X11BASE}/include/qt2 \ + --with-qt-libraries=${X11BASE}/lib +CONFIGURE_ENV+= MOC="${MOC}" +USE_GMAKE= yes + +.include <bsd.port.mk> |