1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/misc/kde4-l10n-is/Makefile
Will Andrews ac13482cc4 Upgrade kde-i18n to 3.1. Note that the following modules did not get a
release for 3.1: az hr id is ko lv.  These modules remain at their previous
release (and still work), but may be incomplete or incorrect.  However,
their distfiles were moved to DIST_SUBDIR=KDE/kde-i18n anyway.
2003-01-28 19:37:55 +00:00

30 lines
652 B
Makefile

# New ports collection makefile for: kde3-i18n-is
# Date created: 05 April 2002
# Whom: Lauri Watts <lauri@kde.org>
#
# $FreeBSD$
#
PORTNAME= kde-i18n
PORTVERSION= ${KDE_VERSION}
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n
PKGNAMEPREFIX= is-
DIST_SUBDIR= KDE
MAINTAINER?= kde@FreeBSD.org
BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
USE_KDELIBS_VER=3
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
KDE_I18N= yes
PREV_I18N_VER= yes
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.mk>