2004-03-09 14:24:10 +01:00
|
|
|
# New ports collection makefile for: kde3-i18n-nds
|
|
|
|
# Date created: 02 February
|
|
|
|
# Whom: Michael Nottebrock <lofi@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kde-i18n
|
|
|
|
PORTVERSION= ${KDE_VERSION}
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 5
|
2004-03-09 14:24:10 +01:00
|
|
|
CATEGORIES?= misc kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2004-08-30 21:55:42 +02:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n
|
2004-03-09 14:24:10 +01:00
|
|
|
PKGNAMEPREFIX= nds-
|
|
|
|
DIST_SUBDIR= KDE
|
|
|
|
|
2011-07-07 19:21:58 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-12-13 21:12:15 +01:00
|
|
|
COMMENT= Low German localized messages and documentation for KDE3
|
2004-03-09 14:24:10 +01:00
|
|
|
|
2012-12-30 13:03:51 +01:00
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
|
2004-03-09 14:24:10 +01:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2013-04-24 15:36:18 +02:00
|
|
|
USES= gettext:build
|
2004-03-09 14:24:10 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
KDE_I18N= yes
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|