diff options
Diffstat (limited to 'misc/kde4-l10n-it/Makefile')
-rw-r--r-- | misc/kde4-l10n-it/Makefile | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/misc/kde4-l10n-it/Makefile b/misc/kde4-l10n-it/Makefile index 4d8881fcf0a2..ff21c073768f 100644 --- a/misc/kde4-l10n-it/Makefile +++ b/misc/kde4-l10n-it/Makefile @@ -1,29 +1,21 @@ -# New ports collection makefile for: kde3-i18n-it -# Date created: 05 April 2002 -# Whom: Lauri Watts <lauri@kde.org> +# New ports collection makefile for: kde4-l10n-it +# Date created: 29 July 2008 +# Whom: Martin Wilke <miwi@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= it- -DIST_SUBDIR= KDE +PORTNAME= kde-l10n-it +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org -COMMENT= Italian messages and documentation for KDE3 +COMMENT= Italian messages and documentation for KDE4 -BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext +KDE4_L10N= yes -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> |