diff options
Diffstat (limited to 'editors/calligra/Makefile')
-rw-r--r-- | editors/calligra/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile deleted file mode 100644 index f3ad94e24bb0..000000000000 --- a/editors/calligra/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# 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= 2.0.1 -PORTREVISION= 2 -CATEGORIES= editors kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv - -USE_KDELIBS_VER=2 -USE_BZIP2= yes -INSTALLS_SHLIB= yes -USE_AUTOCONF= yes -USE_GMAKE= yes - -.include <bsd.port.mk> |