diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-11-14 12:33:33 +0000 |
commit | cc415305a049ca523f2a8cf674009fa77c54fee6 (patch) | |
tree | 6cf30da0266c6ffa712f243cc23f3c1b5c4a4fb8 /editors/calligra-l10n-da/Makefile | |
parent | d4e6bf5186e82e1b9df2ee5c6ad6642f974f54e9 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.release/8.0.0
Notes
Notes:
svn path=/head/; revision=244256
svn path=/tags/RELEASE_8_0_0/; revision=244257; tag=release/8.0.0
Diffstat (limited to 'editors/calligra-l10n-da/Makefile')
-rw-r--r-- | editors/calligra-l10n-da/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/editors/calligra-l10n-da/Makefile b/editors/calligra-l10n-da/Makefile deleted file mode 100644 index bb2d4f1ea8d6..000000000000 --- a/editors/calligra-l10n-da/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: koffice-i18n-da -# Date created: 27 April 2003 -# Whom: Michael Nottebrock <michaelnottebrock@gmx.net> -# -# $FreeBSD$ -# - -PORTNAME= koffice-i18n -PORTVERSION= 1.6.3 -PORTREVISION= 1 -CATEGORIES?= editors kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src/koffice-l10n -PKGNAMEPREFIX= da- -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org -COMMENT= Danish messages and documentation for koffice - -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext - -USE_KDELIBS_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -KDE_I18N= yes - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" - -.include <bsd.port.mk> |