diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-02-01 09:13:29 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-02-01 09:13:29 +0000 |
commit | 79fc2a8db2d71f8c383c4457b4d8795116a4d927 (patch) | |
tree | b56d5720d83221f3aedc320944c71e3cbfeca62f /misc/kde3-i18n-km/Makefile | |
parent | 42cde963dc826aaf2b5c33ccb358738cb38e8d4d (diff) |
Notes
Diffstat (limited to 'misc/kde3-i18n-km/Makefile')
-rw-r--r-- | misc/kde3-i18n-km/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/misc/kde3-i18n-km/Makefile b/misc/kde3-i18n-km/Makefile new file mode 100644 index 000000000000..a1f3bf8daaef --- /dev/null +++ b/misc/kde3-i18n-km/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: kde3-i18n-km +# Date created: 22 January 2005 +# Whom: Michael Nottebrock <lofi@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= km- +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Khmer messages and documentation for KDE3 + +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext + +USE_KDELIBS_VER=3 +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +KDE_I18N= yes + +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" + +.include <bsd.port.mk> |