summaryrefslogblamecommitdiff
path: root/korean/linux_locale/Makefile
blob: 7a3d0ee4c6fb8d4ac2bbcfdc39059fe16422bfb3 (plain) (tree)
1
2
3
4
5
6




                                                    
           








                                                                  

                                                                              













                                                                   
# New ports collection makefile for:    linux_locale
# Version required:	1.0
# Date created:         Apr 20 1999
# Whom:                 cjh@kr.freebsd.org
#
# $FreeBSD$
#

DISTNAME=	linux_locale-ko-1.0
PKGNAME=	ko-linux_locale-1.0
CATEGORIES=	korean emulators
MASTER_SITES=	ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/

MAINTAINER=	cjh@kr.freebsd.org

BUILD_DEPENDS=  ${PREFIX}/usr/share/locale/ko:${PORTSDIR}/emulators/linux_base
RUN_DEPENDS=	${PREFIX}/usr/share/locale/ko:${PORTSDIR}/emulators/linux_base

ONLY_FOR_ARCHS=	i386

PREFIX=		/compat/linux
NO_MTREE=	yes
NO_BUILD=	yes
EXTRACT_ONLY=	# empty
NO_WRKSUBDIR=	yes
NO_FILTER_SHLIBS=	yes

do-install:
	@zcat ${DISTDIR}/${DISTNAME}.tar.gz |(cd ${PREFIX}; pax -r)

.include <bsd.port.mk>