diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-05 11:19:58 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-11-05 11:19:58 +0000 |
commit | de94e0e1609a9f2a40be0bdc9592002fe3464557 (patch) | |
tree | e63a7473b09ed1d3956224c6f37079320c4da68e /misc/koffice-i18n-eu/Makefile | |
parent | b3fc541cf1e8cc80c15b4d48188487501618ae39 (diff) |
Update to KDE 3.4.3 / KOffice 1.4.2
Notes
Notes:
svn path=/head/; revision=147365
Diffstat (limited to 'misc/koffice-i18n-eu/Makefile')
-rw-r--r-- | misc/koffice-i18n-eu/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/misc/koffice-i18n-eu/Makefile b/misc/koffice-i18n-eu/Makefile new file mode 100644 index 000000000000..6a585d96ef93 --- /dev/null +++ b/misc/koffice-i18n-eu/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: koffice-i18n-eu +# Date created: 20 October 2005 +# Whom: Michael Nottebrock <lofi@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= koffice-i18n +PORTVERSION= 1.4.2 +CATEGORIES?= misc kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION:S/.0//}/src/koffice-l10n +PKGNAMEPREFIX= eu- +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Basque 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> |