2002-04-22 01:47:50 +02:00
|
|
|
# New ports collection makefile for: kde3-i18n-is
|
|
|
|
# Date created: 05 April 2002
|
|
|
|
# Whom: Lauri Watts <lauri@kde.org>
|
2001-03-02 12:30:34 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-08-25 06:37:30 +02:00
|
|
|
PORTNAME= kde-i18n
|
2004-03-09 20:41:12 +01:00
|
|
|
PORTVERSION= ${KDE_VERSION}
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 5
|
2001-04-09 23:04:10 +02:00
|
|
|
CATEGORIES?= misc kde
|
2001-03-02 12:30:34 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2004-08-30 21:55:42 +02:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n
|
2002-08-25 06:37:30 +02:00
|
|
|
PKGNAMEPREFIX= is-
|
2003-05-19 21:43:36 +02:00
|
|
|
DIST_SUBDIR= KDE
|
2001-03-02 12:30:34 +01:00
|
|
|
|
2011-07-07 19:21:58 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-12-13 21:12:15 +01:00
|
|
|
COMMENT= Icelandic messages and documentation for KDE3
|
2001-03-02 12:30:34 +01:00
|
|
|
|
2002-04-22 01:47:50 +02:00
|
|
|
USE_KDELIBS_VER=3
|
2001-03-02 12:30:34 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2010-09-15 20:35:24 +02:00
|
|
|
USE_GETTEXT= build
|
2001-03-02 12:30:34 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-07-04 21:39:36 +02:00
|
|
|
KDE_I18N= yes
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
2001-03-02 12:30:34 +01:00
|
|
|
|
2002-04-22 01:47:50 +02:00
|
|
|
.include <bsd.port.mk>
|