diff options
Diffstat (limited to 'korean/kde3-i18n/Makefile')
-rw-r--r-- | korean/kde3-i18n/Makefile | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/korean/kde3-i18n/Makefile b/korean/kde3-i18n/Makefile index 9c97a9390c5a..e7f224906c8a 100644 --- a/korean/kde3-i18n/Makefile +++ b/korean/kde3-i18n/Makefile @@ -1,17 +1,28 @@ -# New ports collection makefile for: ko-kde2-i18n -# Date created: 13 April 2001 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# New ports collection makefile for: kde3-i18n-ko +# Date created: 05 April 2002 +# Whom: Lauri Watts <lauri@kde.org> # # $FreeBSD$ # -CATEGORIES= korean kde misc +PORTNAME= kde-i18n-ko +PORTVERSION= 3.0 +CATEGORIES?= misc kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src +DIST_SUBDIR= KDE +WRKSRC= ${WRKDIR}/${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER?= kde@FreeBSD.org -LINGUAS= "ko" -MASTERDIR= ${.CURDIR}/../../misc/kde2-i18n +LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext -SCRIPTS_ENV+= LINGUAS=${LINGUAS} +USE_KDELIBS_VER=3 +USE_BZIP2= yes +USE_GMAKE= yes -.include "${MASTERDIR}/Makefile" +GNU_CONFIGURE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> |