2002-04-21 19:47:50 -04:00
|
|
|
# New ports collection makefile for: kde3-i18n-ar
|
|
|
|
# Date created: 05 April 2002
|
|
|
|
# Whom: Lauri Watts <lauri@kde.org>
|
2001-03-02 06:30:34 -05:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-08-25 00:37:30 -04:00
|
|
|
PORTNAME= kde-i18n
|
2002-07-04 15:39:36 -04:00
|
|
|
PORTVERSION= ${KDE_VERSION}
|
2001-04-09 17:04:10 -04:00
|
|
|
CATEGORIES?= misc kde
|
2001-03-02 06:30:34 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2002-07-09 13:06:38 -04:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src/kde-i18n
|
2002-08-25 00:37:30 -04:00
|
|
|
PKGNAMEPREFIX= ar-
|
2002-04-21 19:47:50 -04:00
|
|
|
DIST_SUBDIR= KDE
|
2001-03-02 06:30:34 -05:00
|
|
|
|
2002-04-21 19:47:50 -04:00
|
|
|
MAINTAINER?= kde@FreeBSD.org
|
2003-03-07 01:14:21 -05:00
|
|
|
COMMENT= Localized messages and documentation for KDE3
|
2001-03-02 06:30:34 -05:00
|
|
|
|
2002-08-02 23:19:23 -04:00
|
|
|
BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext
|
2001-03-02 06:30:34 -05:00
|
|
|
|
2002-04-21 19:47:50 -04:00
|
|
|
USE_KDELIBS_VER=3
|
2001-03-02 06:30:34 -05:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2002-07-04 15:39:36 -04:00
|
|
|
KDE_I18N= yes
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
2001-03-02 06:30:34 -05:00
|
|
|
|
2002-04-21 19:47:50 -04:00
|
|
|
.include <bsd.port.mk>
|