diff options
Diffstat (limited to 'misc/kde4-l10n-ro/Makefile')
-rw-r--r-- | misc/kde4-l10n-ro/Makefile | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/misc/kde4-l10n-ro/Makefile b/misc/kde4-l10n-ro/Makefile index 79f1d7e5ae2c..65ce28d3c802 100644 --- a/misc/kde4-l10n-ro/Makefile +++ b/misc/kde4-l10n-ro/Makefile @@ -1,29 +1,21 @@ -# New ports collection makefile for: kde3-i18n-ro -# Date created: 05 April 2002 -# Whom: Lauri Watts <lauri@kde.org> +# New ports collection makefile for: misc/kde4-l10n-ro +# Date created: 2009-01-25 +# Whom: Max Brazhnikov <makc@FreeBSD.org> # # $FreeBSD$ # -PORTNAME= kde-i18n -PORTVERSION= ${KDE_VERSION} -CATEGORIES?= misc kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n -PKGNAMEPREFIX= ro- -DIST_SUBDIR= KDE +PORTNAME= kde-l10n +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Romanian messages and documentation for KDE3 +COMMENT= Romanian messages and documentation for KDE4 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext +KDE4_L10N= ro -USE_KDELIBS_VER=3 -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -KDE_I18N= yes - -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" +post-extract: + ${MKDIR} ${WRKSRC}/build +.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> |